Update README.md
Browse files
README.md
CHANGED
|
@@ -73,11 +73,9 @@ X_new_tfidf = tfidf.transform(cleaned_df['title'])
|
|
| 73 |
|
| 74 |
- Make Predictions
|
| 75 |
```python
|
|
|
|
| 76 |
from svm import svm_model
|
| 77 |
|
| 78 |
-
# Make predictions
|
| 79 |
-
predictions = svm_model.predict(X_new_tfidf)
|
| 80 |
-
|
| 81 |
```
|
| 82 |
```exit()``` if you want to leave python.
|
| 83 |
|
|
|
|
| 73 |
|
| 74 |
- Make Predictions
|
| 75 |
```python
|
| 76 |
+
# Make predictions.
|
| 77 |
from svm import svm_model
|
| 78 |
|
|
|
|
|
|
|
|
|
|
| 79 |
```
|
| 80 |
```exit()``` if you want to leave python.
|
| 81 |
|