Re: [Scikit-learn-general] Model evaluation on multiclass with ROC curves

2015-06-09 Thread Andreas Mueller
There is currently no such function unfortunately. Is there a standard definition of multi-class roc-curves? Per-class? On 06/09/2015 05:43 AM, Herbert Schulz wrote: Hello everyone, is there a way in scikit-learn to evaluate my prediction ( multiclass ) with a ROC curve ? For example: One vs A

[Scikit-learn-general] Model evaluation on multiclass with ROC curves

2015-06-09 Thread Herbert Schulz
Hello everyone, is there a way in scikit-learn to evaluate my prediction ( multiclass ) with a ROC curve ? For example: One vs All ? I'm searching just a function for that, if there is no one implemented in scikit learn to plot this, it is fine :). ps. I know there is an one vs all approach for