modAL
modAL copied to clipboard
Predict_proba deprecated
UserWarning: "model.predict_proba()is deprecated and will be removed after 2021-01-01. Please usemodel.predict() instead. warnings.warn('model.predict_proba()` is deprecated and "
Please dont forget to change to model predict
is this from scikit-learn?