Module rusty_machine::analysis::cross_validation
source · [−]Expand description
Module for performing cross-validation of models.
Functions
Randomly splits the inputs into k ‘folds’. For each fold a model
is trained using all inputs except for that fold, and tested on the
data in the fold. Returns the scores for each fold.