Skip to content

This python project of detecting fake news deals with fake and real news. Using sklearn, I have build a TfidfVectorizer on the dataset. Then, I have initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tells that how well the model fares.

Notifications You must be signed in to change notification settings

Shweta2024/FAKE_NEWS_DETECTION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

FAKE_NEWS_DETECTION

About

This python project of detecting fake news deals with fake and real news. Using sklearn, I have build a TfidfVectorizer on the dataset. Then, I have initialize a PassiveAggressive Classifier and fit the model. In the end, the accuracy score and the confusion matrix tells that how well the model fares.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published