MATLAB: Classification learner – identify false prediction indexes

classification learnerStatistics and Machine Learning Toolbox

In classification learner app, after training a model, how to identify the indexes (in feature table) of false predictions?

Best Answer

Unfortunately, that isn't supported directly in the Classification Learner. But you can export your trained model to the MATLAB workspace, predict on a set of held-out data there, and identify which observations were misclassified.
Related Question