首页 > 其他 > 详细

Feature Selection 特征选择

时间:2017-05-12 12:22:51      阅读:256      评论:0      收藏:0      [点我收藏+]

Feature Selection

1. Filter: Scoring each feature, filter out good features.
1.1 Chi-Square 卡方检验
1.2 Correlation 相关检验
1.3 Information Gain 信息获取

2. Wrapper: Use subset(wrapper) of the feature to do modelling, then compare with other subsets.
1.1 Recursive feature elimination with cross validaton

3. Embedded: Measure the contribution of each feature when creating model.
1.1 Lasso

Check List:
1. 量级
2. 相关性
3. 需要剪枝
4. 需要rank

Feature Selection 特征选择

原文:http://www.cnblogs.com/fuxiaotong/p/6844889.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!