What is the key difference between StandardScaler and RobustScaler in scikit-learn?
-
A
RobustScaler uses median and IQR making it less sensitive to outliers
-
B
StandardScaler is designed specifically for sparse data
-
C
RobustScaler always produces values between 0 and 1
-
D
StandardScaler cannot handle negative values