split_bins is for binning using breaks.
1 | split_bins(df, y_target, p = 0.05, simplfy = T)
|
df |
A data.frame (tibble) with independent and target variable. |
y_target |
The name of target variable. (factor or character) |
p |
probability for minimum bucket (Default is 0.05) |
simplfy |
(Default is TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.