MS-DS Master of Data science Practice Test
MS-DS Master of Data science FREE MS-DS Master of Data science Data Wrangling and Preprocessing Questions and Answers 3
What is the key difference between StandardScaler and RobustScaler in scikit-learn?
Select your answer
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
Hint