统计和大数据
Tags
Account
登录
注册
Questions tagged «bagging»
套袋或引导聚合是模型平均的一种特殊情况。给定标准训练集,套袋生成
米
米
自举新的训练集,然后在
米
米
生成的数据集被平均。套袋可以稳定一些不稳定方法(例如树木)的结果。
1
套袋为何使用自举样品?
套袋是在N个不同的引导样本上创建N个学习者,然后取其预测平均值的过程。 我的问题是:为什么不使用任何其他类型的采样?为什么要使用引导程序样本?
10
bagging
By using our site, you acknowledge that you have read and understand our
Cookie Policy
and
Privacy Policy
.
Licensed under
cc by-sa 3.0
with attribution required.