Fit a StandardScaler on the median-imputed numeric columns and return [mean_, s…

Machine Learning · from Scaling

StandardScalerRobustScalerMinMaxScalerfit_transformmean_scale_

Putting the kettle on…

Starting up…

Exercise 1

Fit a StandardScaler on the median-imputed numeric columns and return [mean_, scale_], each rounded to 2 decimal places, as lists of floats.

your answer
stuck? the lesson behind it
Scaling
Which models care about units, which do not, and why "always scale" is cargo cult