Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ git checkout origin/main -- tfidf.py
|
|
| 17 |
git checkout origin/main -- svm.py
|
| 18 |
git checkout origin/main -- data_cleaning.py
|
| 19 |
```
|
| 20 |
-
<br> Rerun ```ls```, double check all the required files are existing. Should look like this:
|
| 21 |
|
| 22 |

|
| 23 |
<br> keep inside the svm directory until ends.
|
|
|
|
| 17 |
git checkout origin/main -- svm.py
|
| 18 |
git checkout origin/main -- data_cleaning.py
|
| 19 |
```
|
| 20 |
+
<br> Rerun ```ls```, double check all the required files(```tfidf.py```, ```svm.py``` and ```data_cleaning.py```) are existing. Should look like this:
|
| 21 |
|
| 22 |

|
| 23 |
<br> keep inside the svm directory until ends.
|