impute: Impute missing values

Description Usage Arguments Value

Description

This function uses heuristics to decide what is the most appropriate method for value imputation.

Usage

1
impute(df, col, mean, median, linear)

Arguments

df

is the dataframe containing missing values

col

is the index of the dataframe containing missing values

mean

is a True or False parameter

median

is a True or False parameter

linear

is a True or False parameter

Value

the RMSE


moone009/tmp_preprocess documentation built on May 23, 2019, 6:10 a.m.