Skip to content

Latest commit

 

History

History
 
 

fake_news_kaggle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fake news | Kaggle

Link: https://www.kaggle.com/c/fake-news

Task:

  • binary classification - reliable or unreliable news, according to label attribute

Note: Repository contains 2 files, train and test files, but test file does not contain labels.

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
    • unreliable
    • reliable