January 2020
Beginner to intermediate
372 pages
10h
English
In previous recipes, we have seen how to create intervals based on variable values and distribution. Sometimes, however, we want to divide the variables into intervals, the boundaries of which are arbitrarily determined by the user. In this recipe, we will learn how to discretize a variable into user pre-defined intervals using pandas and the Boston House Prices dataset from scikit-learn.
Read now
Unlock full access