Fill the missing values in continuous columns.
FillMissing(
cat_names,
cont_names,
fill_strategy = FillStrategy_MEDIAN(),
add_col = TRUE,
fill_val = 0
)
The names of the categorical variables
The names of the continuous variables
The strategy of filling
add_col
fill_val
None
if (FALSE) {
procs = list(FillMissing(),Categorify(),Normalize())
}