You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is my Machine Learning model created with PassiveAggressiveClassifier to detect a news as Real or Fake depending on it's contents. It uses TfidfVectorizer which converts a collection of raw documents into a matrix of TF-IDF features.
4
4
5
-
Upon running the Jupyter Notebook we get the accuracy of 93.04% which is not that great but reasonable enough!
5
+
Upon running the Jupyter Notebook we get the accuracy of 93.05% which is not that great but reasonable enough!
6
6

0 commit comments