sagnik1511 / Tabular-AutoML

Python Auto-ML Package for Tabular Datasets
MIT License
23 stars 13 forks source link

[Issue {#7}] Add new models for classification training #18

Closed snega16 closed 2 years ago

snega16 commented 2 years ago

This PR fixes for issue #7

Changes made

Reason

XGBoost Classifier model handles the missing data efficiently and it also has built in cross validation capability. It is also regularized, so the models don't overfit. To add, it also uses gradient descent algorithm to minimize loss. So this model can give good accuracy.

sagnik1511 commented 2 years ago

Please add a new line "" This PR fixes for issue #7 ""