fix the link in day 25

This commit is contained in:
yyong119
2018-08-10 10:59:19 +08:00
parent 645dcf3026
commit 9a8e1e239b
2 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ Bloomberg ML课程的第3课介绍了一些核心概念如输入空间
## 决策树 | 第25天
[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision_Tree.md)
[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025_Decision_Tree.md)
## 随机森林 | 第33天