Skip to content

mlr3resampling

Resampling Algorithms for 'mlr3' Framework

v2026.2.24 · Feb 26, 2026 · LGPL-3

Description

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.

Downloads

258

Last 30 days

16923rd

943

Last 90 days

4.7K

Last year

Trend: -32.1% (30d vs prior 30d)

CRAN Check Status

5 ERROR
9 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 ERROR
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 ERROR
r-oldrel-macos-x86_64 ERROR
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 ERROR
r-release-macos-x86_64 ERROR
r-release-windows-x86_64 OK
Check details (5 non-OK)
ERROR r-devel-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-oldrel-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-oldrel-macos-x86_64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-release-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-release-macos-x86_64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.

Check History

ERROR 9 OK · 0 NOTE · 0 WARNING · 5 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-devel-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-release-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-release-macos-x86_64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-oldrel-macos-arm64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
ERROR r-oldrel-macos-x86_64

package dependencies

Package required but not available: ‘pbdMPI’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.

Dependency Network

Dependencies Reverse dependencies data.table R6 checkmate paradox mlr3 mlr3misc pbdMPI mlr3resampling

Version History

new 2026.2.24 Mar 10, 2026
updated 2026.2.24 ← 2025.11.19 diff Feb 25, 2026
updated 2025.11.19 ← 2025.6.23 diff Nov 19, 2025
updated 2025.6.23 ← 2025.3.30 diff Jun 22, 2025
updated 2025.3.30 ← 2024.9.6 diff Apr 8, 2025
updated 2024.9.6 ← 2024.7.7 diff Sep 10, 2024
updated 2024.7.7 ← 2024.7.3 diff Jul 11, 2024
updated 2024.7.3 ← 2024.4.14 diff Jul 5, 2024
updated 2024.4.14 ← 2024.1.23 diff Apr 15, 2024
updated 2024.1.23 ← 2024.1.8 diff Jan 31, 2024
updated 2024.1.8 ← 2023.12.20 diff Jan 8, 2024
new 2023.12.20 Dec 20, 2023