You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have a version 0.7.1 installed via pip and I don't see several lines which are present in the main branch of the github repo. So, maybe you need to update pypi by the latest version of the code?
Yes, this is the issue. I have prepared the release of 0.7.2, but one of the dependencies (metric-learn) struggles with the latest version of numpy. As soon as they fix it (already done, but not released yet), I will release 0.7.2 to PyPI, until that, you should be able to use it from the repo here.
I use custom scorer from sklearn, via
make_scorer
function. 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
_classes
field, had been the latest version pushed to pip?The text was updated successfully, but these errors were encountered: