How are the ROC curves computed? #602
bradfeiger
started this conversation in
General
Replies: 1 comment
-
Hi, to build ROC curves we get predictions from all folds. We wait till all folds have predictions and then compute ROC for all samples. |
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.
-
Are the ROC curves computed from cross-validation? If so, are they built using only the validation set for cross-validation fold?
Beta Was this translation helpful? Give feedback.
All reactions