
entry_rate_max
is the function to encode variables which unique value rate is more than 95
entry_rate_max(dat, rt = 0.95, note = FALSE)
A data frame with x and target.
The maximum percent of unique value.
Logical.Outputs info.Default is TRUE.
A data.frame
# NOT RUN {
datss = entry_rate_max(dat = UCICreditCard[1:1000, ] , rt = 0.98)
# }
Run the code above in your browser using DataLab