美文网首页
What are methods to make a predi

What are methods to make a predi

作者: Ms柠檬 | 来源:发表于2015-04-08 01:48 被阅读71次

Outliers Handling:

  1. Remove Outliers as many as possible. (Using smoothing method, moving average/ Savizy-Golay Method)
  2. Use the robust algorithms: Tree Algorithms (decision tree)/ Regularization(SVM, slack variable )
    Regression base model is more senstive to outliers.
  3. Use different metric (example: median instead of mean, absolute deviation instead of standard deviation): this method is mostly applied when outliers probably distort the distribution.
  4. some are resistant to outliers: tree, random forest, clustering, k-nearest neighbors.

相关文章

网友评论

      本文标题:What are methods to make a predi

      本文链接:https://www.haomeiwen.com/subject/inuzxttx.html