openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

Stratification tag is not correctly set when convert OML task to mlr #432

Closed ja-thomas closed 5 years ago

ja-thomas commented 5 years ago
> x = getOMLTask(3)
> x$input$estimation.procedure

Estimation Method :: crossvalidation
        Parameters:
                number_repeats = 1
                number_folds = 10
                stratified_sampling = true
> convertOMLTaskToMlr(x)$mlr.rin
Resample instance for 3196 cases.
Resample description: cross-validation with 10 iterations.
Predict: test
Stratification: FALSE