Skip to content

winnie9197/Fake-News-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake-News-Detection

This project explores the use of supervised learning models to detect fake news with a 7796×4 dataset (source: Data Flair). The dataset can be viewed here: https://drive.google.com/file/d/1er9NJTLUA3qnRuyhfzuN0XUsoIC4a-_q/view

News.csv format:

Column 1 | Column 2 | Column 3 | Column 4 ID | Title | Text | Label ("Real"/"Fake")

Outputs

Accuracy of 5-fold Cross Validated Logisitic Regression

logit_fakenews_barplot logit_fakenews_output

Accuracy of 5-fold Cross Validated Passive Aggressive Classifer

pac_fakenews_barplot pac_fakenews_output

Train Test Split on Logit and PAC

logit_fakenews_single_test_output pac_fakenews_single_test_output

Improvements

Some potential next steps include:

  • improve data quality for learning
  • test additional models for performance
  • introduce additional attributes/factor columns

About

Supervised learning models for fake news detection. Expanded from https://www.kaggle.com/code/shubh0799/fake-news-detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages