What are methods to make a predictive model more robust to outliers?

Data Science Interview QuestionsCategory: Data ScienceWhat are methods to make a predictive model more robust to outliers?
1 Answers
DS answered 7 years ago

Here are some changes you can make to your model: 1) Use a model that’s resistant to outliers 2) Use a more robust error metric.

Here are some changes you can make to your data: 1) Winsorize your data. 2) Transform your data 3) Remove the outliers.

 

https://www.quora.com/What-are-methods-to-make-a-predictive-model-more-robust-to-outliers

Your Answer

13 + 5 =