Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 842 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 842 Bytes

Fake News Detection (Team 18)

To Run (training):

  • Save the NELA-GT 2019 dataset in Google Drive
  • Run Experiments-jupyter/Fake-News.ipynb (change paths to match)

To Run (testing samples):

  • Install the requirements from streamlit/requirements.txt
  • Save the corresponding testing files from training as joblib files
  • Run 'streamlit run visualizer.py' (change paths if needed)

Best Performing Model: TF-IDF Vectors with SVM (90.6%)

Original Notebook links: