What is the effect of applying `RobustScaler` to a dataset containing significant outliers?

Data Science Medium

Data Science — Medium

What is the effect of applying `RobustScaler` to a dataset containing significant outliers?

Key points

  • Uses median and IQR
  • Resistant to outlier influence
  • Alternative to StandardScaler

Ready to go further?

Related questions