更新决策树流程介绍图

This commit is contained in:
jiangzhonglian
2017-03-01 21:55:04 +08:00
parent c54f2fc271
commit bd9cb31f64
2 changed files with 2 additions and 0 deletions

View File

@@ -23,3 +23,5 @@
* \\(H = -\sum_{i=0}^np(x_i)\log_2p(x_i)\\) 表示香农熵,用于计算信息熵
* 基尼不纯度(Gini impurity) [本书不做过多的介绍]
* 简单来说:就是从一个数据集中随机选取子项,度量其被错误分类到其他分组里的概率。
* 流程介绍图
* ![决策树流程介绍图](./3.决策树流程介绍图.jpg)

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB