Imagine you are dealing with a large dataset where outliers are sporadically distributed across multiple variables. How would you decide which outlier handling method to use?

  • Apply different methods for different variables
  • Use removal for all variables
  • Use transformation for all variables
  • nan
The best approach would be to apply different methods for different variables. The method of handling outliers may vary depending on the nature of the variable and the cause of the outliers.
Add your answer
Loading...

Leave a comment

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