I use custom scorer from sklearn, via make_scorer function. It does not work if needs_proba=True, so metrics like ROC AUC, PR AUC are unfeasible to be used with smote_variants.
The error says OversamplingClassifier does not have _classes field, had been the latest version pushed to pip?
I use custom scorer from sklearn, via
make_scorerfunction. It does not work ifneeds_proba=True, so metrics like ROC AUC, PR AUC are unfeasible to be used withsmote_variants.The error says OversamplingClassifier does not have
_classesfield, had been the latest version pushed to pip?