tidy.step_adasyn {themis}R 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.


[Package themis version 1.0.2 Index]