multinomial-logistic-regression-predicting-cluster-membership?utm_content=buffer84fd8&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
My concern here is that you have over-fitted the data or have perfect separation. It means that the data used to build the model will be fit perfectly by the model but that new cases might be predicted very badly. For any model with say 50 cases and 50 predictors you will get 100% fit. You can either hold some sample back (for testing) or use a more sophisticated method like Correlated Component Regression designed for high dimensional logistic problems (number of predictors approaching or exceeding the number of cases) which does the crossvalidation as part of the model selection process.
Aug-16-2017, 19:07:24 GMT
- Technology: