問題タブ [multiclass-classification]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
scikit-learn - Multi-class AUC for GridSearchCV and RandomizedSearchCV
I'm using GridSearchCV
and RandomizedSearchCV
. I have a multi-class setting with 4 classes and an imbalanced dataset. Currently, I'm using f1_micro
as the scoring function. Now I would like to use instead micro averaging of AUC. Is there a possibility to use such a multi class AUC for GridSearchCV
and RandomizedSearchCV
?