Skip to content

This Python project detect fake and real news using PassiveAggressiveClassifier.

Notifications You must be signed in to change notification settings

sakshigupta08/Fake-News-Detection-using-PAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fake-News-Detection-using-PAC

python project of detecting fake news deals with fake and real news. Using sklearn, we build a TfidfVectorizer on our dataset. Then, we initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tell us how well our model fares.

About

This Python project detect fake and real news using PassiveAggressiveClassifier.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published