Skip to content

Latest commit

 

History

History
10 lines (3 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (3 loc) · 389 Bytes

FAKE-NEWS-DETECTION

We have detected fake news with Python in this project. We took a political dataset, implemented a TfidfVectorizer, initialized a PassiveAggressiveClassifier, and fit our model. We ended up obtaining an accuracy of 92.74% in magnitude.

FAKE_NEWS_DIagram