dsc-jiit-128 / ML_classification_Hacktoberfest

This repository was created for people who are new to Open-source who can learn more and be an asset to the human society :octocat: This repository will help you understand the basics of Git, GitHub and hone you Machine Learning Skills!
MIT License
1 stars 11 forks source link

Added Classification models to get higher accuracy #14

Closed void-02 closed 2 years ago

void-02 commented 2 years ago
Boosting and Neural Network based classification models like light GBM, Catboost, MLP, etc. and Bagged classifiers were added to achieve significantly higher accuracy. The maximum accuracy was achieved through Bagged Light GBM. Below are the results- Classifier Accuracy
Random Forest 98.12%
Catboost 98.52%
Multilayer Perceptron (MLP) 98.16%
Light GBM 98.83%
Bagged Decision Tree 98.52%
Bagged Light GBM 98.92%
Bagged Catboost 98.65%

Will you please merge my pull request @sarthakpant772