Movatterモバイル変換


[0]ホーム

URL:


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.48550/arXiv.2410.08643> 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.

Version:2025.11.19
Imports:data.table,R6,checkmate,paradox,mlr3 (≥ 1.0.0),mlr3misc,pbdMPI
Suggests:ggplot2,animint2,mlr3tuning,lgr,future,testthat,knitr,markdown,nc,rpart,directlabels,mlr3pipelines,glmnet,mlr3learners,mlr3torch,torch
Published:2025-11-20
DOI:10.32614/CRAN.package.mlr3resampling
Author:Toby HockingORCID iD [aut, cre], Michel LangORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Bernd BischlORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Jakob RichterORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Patrick SchratzORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Giuseppe CasalicchioORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Stefan CoorsORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Quay AuORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Martin Binder [ctb], Florian PfistererORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Raphael SonabendORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Lennart SchneiderORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Marc BeckerORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified), Sebastian FischerORCID iD [ctb] (Author of mlr3 when Resampling/ResamplingCV was copied/modified)
Maintainer:Toby Hocking <toby.hocking at r-project.org>
BugReports:https://github.com/tdhock/mlr3resampling/issues
License:LGPL-3
URL:https://github.com/tdhock/mlr3resampling
NeedsCompilation:no
Materials:NEWS
CRAN checks:mlr3resampling results

Documentation:

Reference manual:mlr3resampling.html ,mlr3resampling.pdf
Vignettes:Comparing sizes when training on same or other groups (source,R code)
Older resamplers (source,R code)

Downloads:

Package source: mlr3resampling_2025.11.19.tar.gz
Windows binaries: r-devel:mlr3resampling_2025.11.19.zip, r-release:mlr3resampling_2025.11.19.zip, r-oldrel:mlr3resampling_2025.11.19.zip
macOS binaries: r-release (arm64):mlr3resampling_2025.6.23.tgz, r-oldrel (arm64):mlr3resampling_2025.6.23.tgz, r-release (x86_64):mlr3resampling_2025.6.23.tgz, r-oldrel (x86_64):mlr3resampling_2025.6.23.tgz
Old sources: mlr3resampling archive

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=mlr3resamplingto link to this page.


[8]ページ先頭

©2009-2025 Movatter.jp