Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 458 Bytes

File metadata and controls

21 lines (19 loc) · 458 Bytes

Fake News Detection in Python

This project is a Fake News Detection system using NLP and Logistic regression to make the prediction, on whether the news is fake or not.

Libraries used :

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • re
  • nltk
  • sklearn

Steps being followed :

  • Import libraries
  • Load the dataset
  • Data Processing
  • Stemming
  • Convert text to numerical data
  • Splitting data into test and train
  • Logistic Regression model
  • Evaluate