Skip to content

Fake news classification using CountVectorizer for pre processing and MultinomialNB and PassiveAggressiveClassifier

Notifications You must be signed in to change notification settings

madhugid/fake-news-classification-countvectorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fake-news-classification-countvectorizer

Fake news classification using CountVectorizer for pre processing and MultinomialNB and PassiveAggressiveClassifier This project kaggle fakenews data to develop a model which classfies whether a news is fake news or not In this project I considered only title rather than the text of news as taking text of news would require huge computing requirements. CountVectorizer is used fr vectorization MultinomialNB, PassiveAggressiveClassifier are used for classifying the news Hyper parameter tuning is done through iteration of alpha over a range

About

Fake news classification using CountVectorizer for pre processing and MultinomialNB and PassiveAggressiveClassifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages