https://github.com/iamantimpal/article-classifier
https://github.com/iamantimpal/article-classifier
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamantimpal/article-classifier
- Owner: iamAntimPal
- Created: 2024-03-31T00:50:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T01:23:12.000Z (about 1 year ago)
- Last Synced: 2024-03-31T02:26:01.441Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Article-Classifier
This project uses Articles.csv data set to train MultinomialNB from sklearn.naive_bayes package to predict whether a given article is a business article or a sports article. The trained model has a accuracy of 99% and correctly predicts many articles taken from websites.