Use AUC to evaluate multiclass problems

preview_player
Показать описание
AUC is an excellent evaluation metric for binary classification, especially if you have class imbalance.
New in scikit-learn 0.22: AUC can be used with multiclass problems! Supports "one-vs-one" and "one-vs-rest" strategies.

👉 New tips every TUESDAY and THURSDAY! 👈

=== WANT TO GET BETTER AT MACHINE LEARNING? ===

3) LET'S CONNECT!
Рекомендации по теме
Комментарии
Автор

It would be nice to hear about your thoughts on AUC ROC vs AUC PR, for imbalanced sets (or any other metic for that matter). Thanks for sharing!

cgmiguel
Автор

thank you for all your vids, really appreciated.

do you plan to do a short series for plotting? would love to see this on your channel if you find the time to do so at one point.

either way, thanks a lot. you are such a great teacher!

felixisnr
Автор

So how to decide which one should i use actually ovo or ovr if i have 4 classes to be classified

beautyisinmind
Автор

Really Helpful 🙂.Can you please suggest a demo dataset for multi class classification

priyabrataray
Автор

nice, good explanation .
I have question can we do binomial /poisson test experiment on a dataset?

svitirur
Автор

axis 1 is out of bounds for array of dimension 1

debabratasikder