discretize_on_quantiles
Discretize column into bins based on quantiles.
Quantiles can be defined as an array of cut points (e.g., [0.25, 0.5, 0.75]) or as a number indicating the desired number of bins. Each bin can optionally be assigned a label.
Was this page helpful?