Skip to content

This is my Machine Learning model created with PassiveAggressiveClassifier to detect a news as Real or Fake depending on it's contents.

Notifications You must be signed in to change notification settings

rudrajikadra/Fake-News-Detection-with-Python-and-PassiveAggressiveClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake News Detection with Python and PassiveAggressiveClassifier

This is my Machine Learning model created with PassiveAggressiveClassifier to detect a news as Real or Fake depending on it's contents. It uses TfidfVectorizer which converts a collection of raw documents into a matrix of TF-IDF features.

Upon running the Jupyter Notebook we get the accuracy of 93.05% which is not that great but reasonable enough! Screen Shot 2020-05-30 at 9 36 50 PM

Dataset - https://drive.google.com/file/d/1er9NJTLUA3qnRuyhfzuN0XUsoIC4a-_q/view

This is a small ML project created just for learning purposes.

About

This is my Machine Learning model created with PassiveAggressiveClassifier to detect a news as Real or Fake depending on it's contents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published