There are two main ways to bin a numerical signal into discrete categorical values:
- Quintile Binning: Each Bin will have the same size
- Histogram Binning: A normal distribution will be used to bin the signal
When should I use one or the other?
There are two main ways to bin a numerical signal into discrete categorical values:
When should I use one or the other?