required_pkgs.step: S3 methods for tracking which additional packages are needed...

required_pkgs.step_adasynR 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


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