Package: mlr3resampling 2026.6.12
mlr3resampling: Resampling Algorithms for 'mlr3' Framework
A supervised learning algorithm inputs a train set, and outputs a prediction function, which can be used on a test set. If each data point belongs to a subset (such as geographic region, year, etc), then how do we know if subsets are similar enough so that we can get accurate predictions on one subset, after training on Other subsets? And how do we know if training on All subsets would improve prediction accuracy, relative to training on the Same subset? SOAK, Same/Other/All K-fold cross-validation, <doi:10.1002/sam.70055> can be used to answer these questions, by fixing a test subset, training models on Same/Other/All subsets, and then comparing test error rates (Same versus Other and Same versus All). Also provides code for estimating how many train samples are required to get accurate predictions on a test set.
Authors:
mlr3resampling_2026.6.12.tar.gz
mlr3resampling_2026.6.12.zip(r-4.7)mlr3resampling_2026.6.12.zip(r-4.6)mlr3resampling_2026.6.12.zip(r-4.5)
mlr3resampling_2026.6.12.tgz(r-4.6-x86_64)mlr3resampling_2026.6.12.tgz(r-4.6-arm64)mlr3resampling_2026.6.12.tgz(r-4.5-x86_64)mlr3resampling_2026.6.12.tgz(r-4.5-arm64)
mlr3resampling_2026.6.12.tar.gz(r-4.7-arm64)mlr3resampling_2026.6.12.tar.gz(r-4.7-x86_64)mlr3resampling_2026.6.12.tar.gz(r-4.6-arm64)mlr3resampling_2026.6.12.tar.gz(r-4.6-x86_64)
mlr3resampling_2026.6.12.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
mlr3resampling/json (API)
| # Install 'mlr3resampling' in R: |
| install.packages('mlr3resampling', repos = c('https://tdhock.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tdhock/mlr3resampling/issues
- AZtrees - Arizona Trees
Last updated from:3da4ef08f8. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 213 | ||
| linux-devel-x86_64 | OK | 230 | ||
| source / vignettes | OK | 415 | ||
| linux-release-arm64 | OK | 208 | ||
| linux-release-x86_64 | OK | 266 | ||
| macos-release-arm64 | OK | 162 | ||
| macos-release-x86_64 | OK | 344 | ||
| macos-oldrel-arm64 | OK | 132 | ||
| macos-oldrel-x86_64 | OK | 345 | ||
| windows-devel | OK | 194 | ||
| windows-release | OK | 185 | ||
| windows-oldrel | OK | 183 | ||
| wasm-release | OK | 160 |
Exports:AutoTunerTorch_epochsLearnerClassifCVGlmnetSaveLearnerRegrCVGlmnetSaveproj_computeproj_compute_allproj_compute_mpiproj_freadproj_gridproj_resultsproj_results_saveproj_submitproj_testproj_todopvaluepvalue_downsampleResamplingSameOtherSizesCVscore
Dependencies:backportscheckmateclicodetoolsdata.tabledigestevaluatefuturefuture.applyglobalslgrlistenvmiraimlbenchmlr3mlr3measuresmlr3miscnanonextpalmerpenguinsparadoxparallellyPRROCR6RcppRcppArmadillorlanguuid
Last update: 2026-05-19
Started: 2026-05-14
Last update: 2026-05-19
Started: 2026-04-13
Last update: 2026-05-15
Started: 2026-05-09
Last update: 2026-05-15
Started: 2026-04-21
Last update: 2026-05-15
Started: 2024-05-14
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Arizona Trees | AZtrees |
| Learner classes with special methods | AutoTunerTorch_epochs LearnerClassifCVGlmnetSave LearnerRegrCVGlmnetSave |
| Compute resampling results in a project | proj_compute |
| Initialize a new project grid table | proj_grid |
| Combine and save results in a project | proj_fread proj_results proj_results_save |
| Compute several resampling jobs | proj_compute_all proj_compute_mpi proj_submit proj_todo |
| Test a project with smaller data and fewer resampling iterations | proj_test |
| P-values for comparing Same/Other/All training | pvalue |
| P-values for full versus down-sampled SOAK results | pvalue_downsample |
| Resampling for comparing train subsets and sizes | ResamplingSameOtherSizesCV |
| Score benchmark results | score |
