mlr-org / mlr3gallery

Case studies using mlr3
https://mlr3gallery.mlr-org.com
21 stars 9 forks source link

add stratification post #21

Closed giuseppec closed 4 years ago

giuseppec commented 4 years ago

This post covers three ways to achieve reliable resampling:

  1. Stratified resampling for classification problems where each train/test split maintains the target class distribution of the original data set.
  2. Blocked resampling where a grouping factor determines which observations should be together in train/test splits.
  3. Using predefined and manually created folds for the train/test splits.
missuse commented 4 years ago

Ready from your side @giuseppec @missuse?

I don't see any problems. Although, I must admit, I usually see many problems only after I click submit/merge/publish