KFoldConfig
VariantK-fold cross-validation. See setup_Resampler.
Raw JSONv1
Properties
n_resamplesinteger≥ 1Number of resamples.
stratify_varstring | nullName of the variable to stratify by.
strat_n_binsinteger≥ 1Number of bins to stratify a continuous variable into.
id_stratarray | null≥ 1 itemsPer-case grouping IDs; cases sharing an ID stay in the same resample. Must have one value per case.
seedinteger | null≥ 0Random seed.
Relationships
Used by