Learn R Programming

themis (version 1.0.0)

tidy.step_adasyn: Tidy the Result of a Recipe

Description

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.