preprocess: Function for preprocessing predictor variables for machine...

Description Usage Arguments

Description

Function for preprocessing predictor variables for machine learning tasks

Usage

1
2
preprocess(file, id_var = NULL, target_var = NULL,
  output_file = TRUE, output_removed = FALSE)

Arguments

file

The file (csv) to handle.

id_var

Name of an id variable, if any.

target_var

The name of the target variable.

output_file

Whether to include an output file.

output_removed

Whether to output an additional file detailing which variables where removed and why.


PeerChristensen/preprocessML documentation built on June 9, 2019, 12:43 a.m.