Learn R Programming

DriveML (version 0.1.0)

printautoDataprep: Print Method for the autoDataprep Class

Description

Print the result of autoDataprep object

Usage

printautoDataprep(x)

Arguments

x

[Object | Required] an object of class autoDataprep

Value

Print summary autoDataprep fucntion results on consloe

Examples

Run this code
# NOT RUN {
#Auto data prep
traindata <- autoDataprep(heart, target = "target_var", missimpute = "default",
dummyvar = TRUE, aucv = 0.02, corr = 0.98, outlier_flag = TRUE,
interaction_var = TRUE, frequent_var = TRUE)

# Print auto data prep object
printautoDataprep(traindata)
# }

Run the code above in your browser using DataLab