特征选择 - Filter、Wrapper、Embedded


Filter methods:

  • information gain
  • chi-square test
  • fisher score
  • correlation coefficient
  • variance threshold

Wrapper methods:

  • recursive feature elimination
  • sequential feature selection algorithms
  • genetic algorithms

Embedded methods:

  • L1 (LASSO) regularization
    • 增加惩罚项(正则项),用于控制过拟合
    • regularized_cost = cost + regularization_penalty
    • LASSO的方式: λ i | w i |
  • decision tree


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM