powered by
low_variance_filter is the function for filtering low variance variables.
low_variance_filter
low_variance_filter(dat, lvp = 0.97, note = FALSE)
A data frame with x and target.
The maximum percent of unique values (including NAs).
Logical.Outputs info.Default is TRUE.
A data.frame
# NOT RUN { dat = low_variance_filter(lendingclub[1:1000, ], lvp = 0.9) # }
Run the code above in your browser using DataLab