Skip to content

Commit 95a2b41

Browse files
修改了决策树,添加了随机森林
1 parent 6158401 commit 95a2b41

5 files changed

Lines changed: 445 additions & 1 deletion

File tree

docs/3.决策树.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11

2-
# 3) 决策树
2+
# 第3章 决策树
33
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
44

5+
![决策树_首页](/images/3.DecisionTree/DecisionTree_headpage.jpg)
6+
7+
## 决策树简介
8+
9+
![决策树-流程图](/images/3.DecisionTree/决策树-流程图.jpg)
10+
11+
12+
## 在数据集中度量一致性
13+
14+
## 使用递归构造决策树
15+
16+
## 使用Matplotlib绘制树形图
17+
18+
519
* 决策树是什么?
620
* 顾名思义,是一种树,一种依托于策略抉择而建立起来的树。
721
* 从数据产生决策树的机器学习技术叫做决策树学习, 通俗点说就是决策树。
156 KB
Loading
58.4 KB
Loading

0 commit comments

Comments
 (0)