Scaling
Learn how to scale data with scikit-learn.
We'll cover the following
Scaling means transforming numerical variables so that they have a similar StandardScaler
, MinMaxScaler
, and RobustScaler
.
To better illustrate this point, let’s take a look at how some algorithms can be impacted by the scale of the variables (this code is just for illustration purposes; there is no need to memorize it):
Get hands-on with 1200+ tech skills courses.