Other packages > Find by keyword >

mlr3resampling  

Resampling Algorithms for 'mlr3' Framework
View on CRAN: Click here


Download and install mlr3resampling package within the R console
Install from CRAN:
install.packages("mlr3resampling")

Install from Github:
library("remotes")
install_github("cran/mlr3resampling")

Install by package version:
library("remotes")
install_version("mlr3resampling", "2024.9.6")



Attach the package and use:
library("mlr3resampling")
Maintained by
Toby Hocking
[Scholar Profile | Author Map]
First Published: 2023-12-21
Latest Update: 2024-02-29
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 group (such as geographic region, year, etc), then how do we know if it is possible to train on one group, and predict accurately on another group? Cross-validation can be used to determine the extent to which this is possible, by first assigning fold IDs from 1 to K to all data (possibly using stratification, usually by group and label). Then we loop over test sets (group/fold combinations), train sets (same group, other groups, all groups), and compute test/prediction accuracy for each combination. Comparing test/prediction accuracy between same and other, we can determine the extent to which it is possible (perfect if same/other have similar test accuracy for each group; other is usually somewhat less accurate than same; other can be just as bad as featureless baseline when the groups have different patterns). For more information, describes the method in depth. How many train samples are required to get accurate predictions on a test set? Cross-validation can be used to answer this question, with variable size train sets.
How to cite:
Toby Hocking (2023). mlr3resampling: Resampling Algorithms for 'mlr3' Framework. R package version 2024.9.6, https://cran.r-project.org/web/packages/mlr3resampling. Accessed 06 Apr. 2025.
Previous versions and publish date:
2023.12.20 (2023-12-21 17:40), 2024.1.8 (2024-01-09 05:30), 2024.1.23 (2024-02-01 06:20), 2024.4.14 (2024-04-16 17:50), 2024.7.3 (2024-07-06 00:10), 2024.7.7 (2024-07-12 17:50)
Other packages that cited mlr3resampling R package
View mlr3resampling citation profile
Other R packages that mlr3resampling depends, imports, suggests or enhances
Complete documentation for mlr3resampling
Functions, R codes and Examples using the mlr3resampling R package
Some associated functions: ResamplingSameOtherCV . ResamplingVariableSizeTrainCV . score . 
Some associated R codes: ResamplingBase.R . ResamplingSameOtherCV.R . ResamplingVariableSizeTrainCV.R . score.R .  Full mlr3resampling package functions and examples
Downloads during the last 30 days
03/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/04Downloads for mlr3resampling246810121416182022TrendBars

Today's Hot Picks in Authors and Packages

listarrays  
A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. ...
Download / Learn more Package Citations See dependency  
spCP  
Spatially Varying Change Points
Implements a spatially varying change point model with unique intercepts, slopes, variance intercep ...
Download / Learn more Package Citations See dependency  
FuzzyQ  
Fuzzy Quantification of Common and Rare Species
Fuzzy clustering of species in an ecological community as common or rare based on their abundance a ...
Download / Learn more Package Citations See dependency  
ider  
Various Methods for Estimating Intrinsic Dimension
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
danstat  
R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA