Question 7 of 10Pro Only
What is feature scaling, and why is it important? Compare StandardScaler and MinMaxScaler in Scikit-learn and explain when to use each.
Sample answer preview
Feature scaling transforms numerical features to a common scale without distorting differences in the ranges of values. It is a critical preprocessing step for many machine learning algorithms. Feature scaling is important for several reasons.
feature scalingStandardScalerMinMaxScalernormalizationstandardizationpreprocessing