pretty.vfold_cv {rsample}R Documentation

Short Decriptions of rsets

Description

Produce a chracter vector of describing the resampling method.

Usage

## S3 method for class 'vfold_cv'
pretty(x, ...)

## S3 method for class 'loo_cv'
pretty(x, ...)

## S3 method for class 'apparent'
pretty(x, ...)

## S3 method for class 'rolling_origin'
pretty(x, ...)

## S3 method for class 'mc_cv'
pretty(x, ...)

## S3 method for class 'nested_cv'
pretty(x, ...)

## S3 method for class 'bootstraps'
pretty(x, ...)

## S3 method for class 'group_vfold_cv'
pretty(x, ...)

Arguments

x

An 'rset' object

...

Not currently used.

Value

A character vector.


[Package rsample version 0.0.2 Index]