From f5761cea92e5a89f4e7f6942bb4e1d429a3bddb4 Mon Sep 17 00:00:00 2001 From: zhang yongquan Date: Wed, 8 Aug 2018 20:35:01 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4937324..30db44c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## 数据预处理 | 第1天 -[数据预处理实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20Preprocessing.md) +[数据预处理实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data_Preprocessing.md)

@@ -43,7 +43,7 @@ ## 逻辑回归 | 第6天 -[逻辑回归实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day6%20Logistic%20Regression.md) +[逻辑回归实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%206_Logistic_Regression.md) ## K近邻法(k-NN) | 第7天 @@ -74,4 +74,4 @@ ## 决策树 | 第25天 -[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision%20Tree.md) +[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision_Tree.md)