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


tidymodels/themis documentation built on Jan. 23, 2025, 8:23 a.m.