This article is all about variable discretization, which is the process of transforming a continuous variable into a discrete one. It essentially creates a set of contiguous intervals that span the variable’s value range.
Binning is another name for discretization, where the bin is an alternative name for the interval.
There are multiple approaches to achieve this discretization. In this guide, we’ll explore the following methods:
Continue reading Hands-on with Feature Engineering Techniques: Variable Discretization