yitingliii commited on
Commit
a6e25cf
·
verified ·
1 Parent(s): 48e4179

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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