An open API service indexing awesome lists of open source software.

https://github.com/hadialkari/detecting-fake-news-with-python-and-data-science

This project detects fake news using Python. It employs TF-IDF vectorization, SMOTE for class balancing, and classifiers like Passive Aggressive Classifier, Linear SVC, and Multinomial Naive Bayes An ensemble model enhances accuracy The model is evaluated with confusion matrices and classification reports and the final model is saved for future use
https://github.com/hadialkari/detecting-fake-news-with-python-and-data-science

data-science jupyter juypter-notebook python

Last synced: 3 months ago
JSON representation

This project detects fake news using Python. It employs TF-IDF vectorization, SMOTE for class balancing, and classifiers like Passive Aggressive Classifier, Linear SVC, and Multinomial Naive Bayes An ensemble model enhances accuracy The model is evaluated with confusion matrices and classification reports and the final model is saved for future use

Awesome Lists containing this project