Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 1.0 KB

You have to be logged in to leave a comment. Sign In

Malawi-News-Classification

Using text classifier to predict various categories in Malawi News articles using SMOTE and SGDClassifier.

View in Deepnote

cover

The project code is simple and effective on competitive grounds. I have experimented with Vectorizer, Porter stemmer for test preprocessing. I have also used multiple methods to clean my text to improved overall model performance. In the end, I have used SKlearn Stochastic Gradient Decent (SGD) classifier for predicting News categories. I have also experimented with various neural networks and gradient boosting models, but they all failed as simple logistics regression with minimum hyperparameter tunning works quite well on this data.

To understand the code read my article on Medium

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...