fix path problems

This commit is contained in:
yyong119
2018-09-06 10:54:12 +08:00
parent d25026f3ab
commit bd62b90a2e

View File

@ -6,7 +6,7 @@
如图所示通过6步完成数据预处理。
此例用到的[数据](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/datasets/Data.csv)[代码](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20Prepocessing.py)。
此例用到的[数据](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/datasets/Data.csv)[代码](https://github.com/MLEveryday/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20Preprocessing.py)。
## 第1步导入库
```Python