jacobgil / confidenceinterval

The long missing library for python confidence intervals
MIT License
131 stars 14 forks source link

Allowing multi class AUC_ROC_Score #4

Closed Zaijab closed 10 months ago

Zaijab commented 11 months ago

Aloha @jacobgil,

This pull request aims to allow users to use the 'multi_class' and 'average' options for 'roc_auc_score'.

Here is a Google Colab link which uses the multi class scoring:

https://colab.research.google.com/drive/1dojtCJxlE--sAg8i-60nzUnnXLZrofnV?usp=sharing

I find this extra functionality to be worthwhile. Thank you for your excellent package. Please double check to see if there are any errors.

jacobgil commented 11 months ago

This is awesome, thank you!

I'm going to merge this anyway, but maybe we should add some basic information about using multiclass in bootstrap in the Readme section about AUC ?