What is the consequence of applying RobustScaler to a feature containing extreme outliers in a small dataset?

Data Science Hard

Data Science — Hard

What is the consequence of applying RobustScaler to a feature containing extreme outliers in a small dataset?

Key points

  • RobustScaler uses median and IQR.
  • Statistics are resistant to outliers.
  • Outliers remain as outliers in the transformed space.

Ready to go further?

Related questions