Skip to content

Aryan6290/fake-news

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Fake News

The idea is to develop a machine learning program to identify when an article might be fake news.

Dataset link: https://www.kaggle.com/c/fake-news/data

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
  • test.csv: A testing training dataset with all the same attributes at train.csv without the label.

About

The idea is to develop a machine learning program to identify when an article might be fake news.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published