Store the folds separately #21664
-
In the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Currently not but with the work in #21211, it looks like having a parameter If we go on this direction for the plotting API, then we might want to add |
Beta Was this translation helpful? Give feedback.
Currently not but with the work in #21211, it looks like having a parameter
return_indices
would be handy: https://github.com/scikit-learn/scikit-learn/pull/21211/files#diff-24fbe29b336ea0ad7ef67d54c362bfebd086d2367337526fb99dae4583891c2dIf we go on this direction for the plotting API, then we might want to add
return_indices
andreturn_predictions
to thecross_validate
function.