Learn R Programming

themis (version 1.0.2)

tunable.step_adasyn: tunable methods for themis

Description

These functions define what parameters can be tuned for specific steps. They also define the recommended objects from the dials package that can be used to generate new parameter values and other characteristics.

Usage

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

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

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

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

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

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

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

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

Value

A tibble object.

Arguments

x

A recipe step object

...

Not used.