manage_missing: Manage missing values

View source: R/preprocessing.R

manage_missingR Documentation

Manage missing values

Description

Manage missing values

Usage

manage_missing(df, y)

Arguments

df

A data source, that is one of the major R formats: data.table, data.frame, matrix, and so on.

y

A string that indicates a target column name.

Value

A dataframe with removed and imputed missing values.


ModelOriented/forester documentation built on June 6, 2024, 7:29 a.m.