Skip to content

Commit

Permalink
Merge pull request #1156 from besp-kt/patch-1
Browse files Browse the repository at this point in the history
Update mlj_cheatsheet.md
  • Loading branch information
ablaom authored Feb 26, 2025
2 parents a9f3ba7 + 7b16653 commit c02d6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/mlj_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ evaluate!(mach, resampling=[(fold1, fold2), (fold2, fold1)], measure=rms)

`StratifiedCV(nfolds=6, rng=1234)` for stratified cross-validation

`TimeSeriesSV(nfolds=4)` for time-series cross-validation
`TimeSeriesCV(nfolds=4)` for time-series cross-validation

`InSample()`: test set = train set

Expand Down

0 comments on commit c02d6c8

Please sign in to comment.