mirror of
https://github.com/apachecn/ailearning.git
synced 2026-05-08 06:33:55 +08:00
更新集成方法
This commit is contained in:
@@ -108,6 +108,9 @@
|
||||
|
||||

|
||||
|
||||
基于单层决策树构建弱分类器
|
||||
* 单层决策树(decision stump, 也称决策树桩)是一种简单的决策树。
|
||||
|
||||
```
|
||||
发现:
|
||||
alpha 目的主要是计算每一个分类器实例的权重(组合就是分类结果)
|
||||
@@ -118,10 +121,6 @@ D 的目的是为了计算错误概率: weightedError = D.T*errArr,求最佳
|
||||
|
||||

|
||||
|
||||
基于单层决策树构建弱分类器
|
||||
* 单层决策树(decision stump, 也称决策树桩)是一种简单的决策树。
|
||||
|
||||
|
||||
### 知识点补充
|
||||
|
||||
> 过拟合(overfitting, 也称为过学习)
|
||||
|
||||
Reference in New Issue
Block a user