Replies: 1 comment
-
On each fold of the cross-validation, a model will be trained and the threshold optimized and then use on the test fold. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, one question. If I build a TunedThresholdClassifierCV() and after I use this model in a cross_val_score, have I to assume that It will use this threshold in the cross_val_score?
Beta Was this translation helpful? Give feedback.
All reactions