binner {SHAPforxgboost} | R Documentation |
Bins a variable into n_bins quantile groups.
Description
Internal function.
Usage
binner(y, n_bins = 7)
Arguments
y |
Numeric vector to be binned. |
n_bins |
If |
[Package SHAPforxgboost version 0.1.3 Index]