January 2020
Beginner to intermediate
372 pages
10h
English
Maximum absolute scaling scales the data to its maximum value; that is, it divides every observation by the maximum value of the variable:

The result of the preceding transformation is a distribution in which the values vary approximately within the range of -1 to 1. In this recipe, we will implement maximum absolute scaling with scikit-learn.
Read now
Unlock full access