sagnik1511 / Tabular-AutoML

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

#Issue-6 Added new models for Regression Training #41

Closed PalaVenkiReddy closed 1 year ago

PalaVenkiReddy commented 1 year ago

Added Decision Tree Regressor : For small training datasets training it with Random forest regressor takes more computation time without much better results when compared to Decision Tree Regressor. Added LGBMRegressor : It is capable of performing equally good with large datasets with a significant reduction in training time as it supports parallel learning.

sagnik1511 commented 1 year ago

You should not delete one PR, rather rename or add updates in the comments. And the right approach to tag the issue is like this :

6

Hope you find it useful, happy contributing!!!

PalaVenkiReddy commented 1 year ago

Thank you bhaiya

PalaVenkiReddy commented 1 year ago

Is this pull request fine bhaiya @sagnik1511 ?