摘要:
Filter methods:information gainchi-square testfisher scorecorrelation coefficientvariance thresholdWrapper methods:recursive feature e... 阅读全文
posted @ 2018-04-16 23:28
未雨愁眸
阅读(1869)
评论(0)
推荐(0)
摘要:
树模型天然会对特征进行重要性排序,以分裂数据集,构建分支;1. 使用 Random Forestfrom sklearn.datasets import load_bostonfrom sklearn.ensemble import RandomForestReg... 阅读全文
posted @ 2018-04-16 23:17
未雨愁眸
阅读(5852)
评论(0)
推荐(0)