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
StrikerRUS
changed the title
Support CalibratedClassifierCV / CalibratedClassifier
Add support for CalibratedClassifierCV from scikit-learn
Feb 2, 2022
https://scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
it seens to be relative easy (a sigmoid function + mean)
https://github.com/scikit-learn/scikit-learn/blob/9b033758e/sklearn/calibration.py#L388
https://github.com/scikit-learn/scikit-learn/blob/9b033758e/sklearn/calibration.py#L433
The text was updated successfully, but these errors were encountered: