Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

FillMissing

Fill Missing


Description

Fill the missing values in continuous columns.

Usage

FillMissing(
  cat_names,
  cont_names,
  fill_strategy = FillStrategy_MEDIAN(),
  add_col = TRUE,
  fill_val = 0
)

Arguments

cat_names

The names of the categorical variables

cont_names

The names of the continuous variables

fill_strategy

The strategy of filling

add_col

add_col

fill_val

fill_val

Value

None

Examples

## Not run: 

procs = list(FillMissing(),Categorify(),Normalize())


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.