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
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