[scikit-learn] Plot Cross-validated ROCs for multi-class classification problem

2018-07-20 Thread serafim loukas
Dear Scikit-learn community, I have a 3 class classification problem and I would like to plot the average ROC across Folds. There is an example in scikit-learn website but only for binary classification problems (http://scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.ht

Re: [scikit-learn] Plot Cross-validated ROCs for multi-class classification problem

2018-07-20 Thread Andreas Mueller
Please stay on the mailing list. There is no single roc curve for a 3 class problem. So what do you want to plot? On 07/20/2018 10:40 AM, serafim loukas wrote: Hello Andy, Thank you for your response. What I want to do is to plot the average(mean) ROC across Folds for a 3-class case. I hav