Create Buckets
Last updated
Last updated
We can categorize or bucket the numeric values into a set of ‘buckets’ like below.
This is called ‘bucketing’ or ‘binning’. The basic idea is to assign each numeric value to one of the ‘buckets’ based on given conditions or rules.
There are various ways to create the buckets.
Equal Length
Equal Frequency (Quantile)
Manual
K-Means Clustering
Outlier Detection
Take a look at this post for more details.