Skip to content

tidy will return a data frame that contains information regarding a recipe or operation within the recipe (when a tidy method for the operation exists). See recipes::tidy.recipe for more information.

Usage

# S3 method for step_adasyn
tidy(x, ...)

# S3 method for step_bsmote
tidy(x, ...)

# S3 method for step_downsample
tidy(x, ...)

# S3 method for step_nearmiss
tidy(x, ...)

# S3 method for step_rose
tidy(x, ...)

# S3 method for step_smote
tidy(x, ...)

# S3 method for step_smotenc
tidy(x, ...)

# S3 method for step_tomek
tidy(x, ...)

# S3 method for step_upsample
tidy(x, ...)

Arguments

x

A step_upsample object.

...

Not currently used.