fix file path problem

This commit is contained in:
yyong119
2018-08-08 15:12:32 +08:00
parent 6199b748b5
commit 58b3e43ae0

View File

@ -53,7 +53,7 @@
## K近邻法(k-NN) | 第11天
[K近邻法(k-NN)实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2011%20K-NN.md)
[K近邻法(k-NN)实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2011_K-NN.md)
## 支持向量机(SVM) | 第12天