mlr3 (version 0.1.0-9000)

mlr_resamplings: Dictionary of Resampling Strategies

Description

A simple Dictionary storing objects of class Resampling. Each resampling has an associated help page, see mlr_resamplings_[id].

Arguments

Format

R6::R6Class object.

Methods

See Dictionary.

S3 methods

See Also

Example resamplings:

Other Dictionary: mlr_generators, mlr_learners, mlr_measures, mlr_tasks

Other Resampling: Resampling

Examples

Run this code
# NOT RUN {
as.data.table(mlr_resamplings)
mlr_resamplings$get("cv")
# }

Run the code above in your browser using DataLab