tidy.recipe: Tidy the Result of a Recipe

tidy.step_adasynR Documentation

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 class 'step_adasyn'
tidy(x, ...)

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

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

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

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

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

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

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

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

Arguments

x

A step_upsample object.

...

Not currently used.


themis documentation built on Aug. 15, 2023, 1:05 a.m.