Machine Learning - Predictions with ordinal logistic regression - Michael Fuchs
Now, let's look at the fit on the training data and the corresponding confusion matrix. Our model performs only marginally better on the training data than our baseline model. We can see why this is the case: it predicts the average class (1) very often. Now we want to try this again with the test set. As you can see, we get a pretty much identical situation.
Jan-14-2019, 00:42:49 GMT