Replies: 1 comment
-
This requires certain API which is under development and discussion: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It would be very useful if the TunedThresholdClassifierCV() function allowed threshold optimization through the use of an independent validation dataset (separate and different from both the training dataset and the test dataset). I make this suggestion because using the training data initially to optimize hyperparameters (even using stratified cross-validation) and, subsequently, reusing the same training data to optimize the discrimination threshold (also using stratified cross-validation) can generate overfitting and poor results on test data.
Beta Was this translation helpful? Give feedback.
All reactions