You are given a dataset with a significant amount of outliers. Which scaling method would be most suitable and why?

  • , outliers should always be removed
  • Min-Max scaling because it scales all values between 0 and 1
  • Robust scaling because it is not affected by outliers
  • Z-score standardization because it reduces skewness
Robust scaling would be the most suitable as it uses the median and the interquartile range, which are not sensitive to outliers, for scaling the data. Other methods like Min-Max and Z-score are affected by the presence of outliers.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *