NEWS
mlr3resampling 2024.10.28
- .onLoad, add mlr3resampling to mlr3_reflections$loaded_packages, thanks @be-marc for the idea, https://github.com/tdhock/mlr3resampling/issues/17
mlr3resampling 2024.10.22
- update docs, group -> subset.
mlr3resampling 2024.9.6 (2024-09-11)
- .onLoad, add subset to mlr3_reflections$task_col_roles for classif and regr.
mlr3resampling 2024.7.14
- fix typo newere in vignette.
mlr3resampling 2024.7.7 (2024-07-12)
- use purl=FALSE in vignettes to avoid CRAN check error.
mlr3resampling 2024.7.3 (2024-07-05)
- use mlr3tuning::tnr("grid_search") instead of TunerGridSearch in Newer_resamplers vignette (same functionality, new name is TunerBatchGridSearch).
- fix Rd files Task -> mlr3:Task, rm ResamplingHoldout etc.
mlr3resampling 2024.5.14
- mlr3misc::leanify_package() and add ResamplingSameOtherSizesCV to mlr_resamplings as same_other_sizes_cv, thanks @sebffischer.
mlr3resampling 2024.5.13
- rename ResamplingSameOtherSizes.Rmd to Newer_resamplers.Rmd to avoid error on windows, file name conversion problem -- name too long?
mlr3resampling 2024.5.2
- new section AZtrees in ResamplingSameOtherSizes vignette, and updated data set (factor columns instead of int/char).
- to save disk space, consolidated vignettes.
mlr3resampling 2024.4.14 (2024-04-16)
- ResamplingSameOtherSizesCV and ResamplingSameOtherCV now recognize subset (instead of previous group_generalization/group) as the column role for designating subsets to train/test on.
- ResamplingSameOtherSizesCV now recognizes group (instead of previous group_atomic) as the ID of grouped observations that should not be separated when splitting.
mlr3resampling 2024.3.6
- new ResamplingSameOtherSizesCV.
mlr3resampling 2024.1.23 (2024-02-01)
- ResamplingVariableSizeTrainCV outputs train sets which respect strata.
mlr3resampling 2024.1.8 (2024-01-09)
- Rename Simulations vignette to ResamplingSameOtherCV.
- New ResamplingVariableSizeTrainCV class and vignette.
- use setDTthreads(1L) before tests to avoid CRAN NOTE (Running R code in ‘testthat.R’ had CPU time 2.8 times elapsed time).
mlr3resampling 2023.12.23
- To get data set names in Simulations vignette, use task data names instead of learner$state$data_prototype.
mlr3resampling 2023.12.20 (2023-12-21)
- First CRAN release.
- Link to blog in DESCRIPTION.
mlr3resampling 2023.12.19
- use setDTthreads(1) in vignette to avoid CRAN NOTE (Re-building vignettes had CPU time 3.2 times elapsed time)
mlr3resampling 2023.12.18
- do not future::plan multisession, to avoid CRAN NOTE (checking for detritus in the temp directory).
mlr3resampling 2023.12.13
- Error for conflicting group names.
- instance has new elements: data tables for visualization.
mlr3resampling 2023.12.12
- Examples vignette, first tests, score().
mlr3resampling 2023.12.11
- minimal docs, tests, etc.
mlr3resampling 2023.12.8
- first version, R code forked from https://tdhock.github.io/blog/2023/R-gen-new-subsets/