摘要: RF随着树的增加不会过拟合 GBDT随着树的增加会过拟合 RF还会对特征进行random,例如特征的个数m=sqrt(原特征个数) RF的每个树都是随机选择m个样本(有放回的)和n个特征来进行构建 阅读全文
posted @ 2016-07-05 22:36 simple_wxl 阅读(764) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<vector>#include<algorithm>#include<stdint.h>using namespace std;#include<list>#include<map>#include<queue> struct TreeNode 阅读全文
posted @ 2016-07-05 11:57 simple_wxl 阅读(143) 评论(0) 推荐(0) 编辑