AUC ROC Changing after Calibration #31044
vatsala-agl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to fit a binary classifier and AUC_ROC value is changing post calibration(both Sigmoid and Isotonic).
calibrated_clf = CalibratedClassifierCV(clf, cv=3, method='sigmoid')
calibrated_clf.fit(X_train, y_train)
Please guide.
Beta Was this translation helpful? Give feedback.
All reactions