Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pretty.vfold_cv

Short Descriptions of rsets


Description

Produce a character vector 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 'sliding_window'
pretty(x, ...)

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

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

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

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

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

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

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

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

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

Arguments

x

An rset object

...

Not currently used.

Value

A character vector.


rsample

General Resampling Infrastructure

v0.1.0
MIT + file LICENSE
Authors
Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>), Fanny Chow [aut], Max Kuhn [aut], Hadley Wickham [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.