I\'ve created a dataset which contains +/- 13000 rows with +/- 50 features. I know how to output every classification result: prediction and actual, but I would like to be able
Use FilteredClassifier. See this and this .