Skip to content Skip to sidebar Skip to footer
Showing posts with the label Roc

Cross_val_score Is Not Working With Roc_auc And Multiclass

What I want to do: I wish to compute a cross_val_score using roc_auc on a multiclass problem What I… Read more Cross_val_score Is Not Working With Roc_auc And Multiclass

Roc Curve With Leave-one-out Cross Validation In Sklearn

I want to plot a ROC curve of a classifier using leave-one-out cross validation. It seems that a si… Read more Roc Curve With Leave-one-out Cross Validation In Sklearn

Computing Auc And Roc Curve From Multi-class Data In Scikit-learn (sklearn)?

I am trying to use the scikit-learn module to compute AUC and plot ROC curves for the output of thr… Read more Computing Auc And Roc Curve From Multi-class Data In Scikit-learn (sklearn)?