From 9a8e1e239b56a838da8e0821457cd2f4f0166bf1 Mon Sep 17 00:00:00 2001 From: yyong119 Date: Fri, 10 Aug 2018 10:59:19 +0800 Subject: [PATCH] fix the link in day 25 --- Code/{Day 25 Decision Tree.md => Day 25_Decision_Tree.md} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Code/{Day 25 Decision Tree.md => Day 25_Decision_Tree.md} (100%) diff --git a/Code/Day 25 Decision Tree.md b/Code/Day 25_Decision_Tree.md similarity index 100% rename from Code/Day 25 Decision Tree.md rename to Code/Day 25_Decision_Tree.md diff --git a/README.md b/README.md index a0f0d71..6ac4770 100644 --- a/README.md +++ b/README.md @@ -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天