Skip to content

Fake news prediction using logistic regression(classification)

Notifications You must be signed in to change notification settings

gagalyash/Fake-News-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fake-News-Prediction Using

  • Logistic Regression

Necessary Library

  • opendatasets
  • os
  • re
  • Pandas
  • Numpy
  • nltk
  • sklearn

Dataset Link

About Dataset

  • train.csv: A full training dataset with the following attributes
  • id: unique id for a news article
  • title: the title of a news article
  • author: author of the news article
  • text: the text of the article; could be incomplete
  • label: a label that marks the article as potentially unreliable
  • 1: unreliable
  • 0: reliable

Inspiration

  • Build a machine learning Model Which Predict that news has fake or not