Hi, I am working on a problem where, in addition to the cross-validation scores, I would like to be able to also record the full classifiers for further analysis (visualisation etc.) Is there a way to do this?
I tried to build a custom scoring function that returns a tuple of different metrics (including the classifier itself) but it didn't work as the scoring function seems to be required to return a number. Thanks, Michal ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
