required_pkgs.step_adasyn {themis}R Documentation

S3 methods for tracking which additional packages are needed for steps.

Description

S3 methods for tracking which additional packages are needed for steps.

Usage

## S3 method for class 'step_adasyn'
required_pkgs(x, ...)

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

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

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

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

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

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

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

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

Arguments

x

A recipe step

Value

A character vector


[Package themis version 1.0.3 Index]