Skip to content

Latest commit

 

History

History
executable file
·
17 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

executable file
·
17 lines (12 loc) · 565 Bytes

FakeNews-Classifier

Set Up:

  • Use pip to install any packages that are not on your machine
  • Run fake_news.py on any IDE or text-editor!

Data:

The data used in this program was from the following Kaggle dataset: https://www.kaggle.com/c/fake-news/data

Machine Learning Model

This model has about a 87.6% accuracy of predicting the reliability of news sources using their headlines.

Credits

Credit to Madhu Sivaraj for the inspiration and base code behind this program!