rsample {rsample}R Documentation

rsample: General Resampling Infrastructure for R

Description

rsample has functions to create variations of a data set that can be used to evaluate models or to estimate the sampling distribution of some statistic.

Terminology

Basic Functions

The main resampling functions are: [vfold_cv()], [bootstraps()], [mc_cv()], [rolling_origin()], and [nested_cv()].


[Package rsample version 0.0.2 Index]