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
It would be nice to have a higher-order operator, which calls predict_proba on its estimator argument, and implements predict by comparing the resulting probability against its threshold argument. This would give the user more control over the trade-off between precision and recall. For example:
It would be nice to have a higher-order operator, which calls predict_proba on its estimator argument, and implements predict by comparing the resulting probability against its threshold argument. This would give the user more control over the trade-off between precision and recall. For example:
The text was updated successfully, but these errors were encountered: