Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To Improve Model fastness we can use LightGBM and CatBoost #15

Closed
praveenarjun opened this issue Oct 2, 2024 · 4 comments
Closed

To Improve Model fastness we can use LightGBM and CatBoost #15

praveenarjun opened this issue Oct 2, 2024 · 4 comments
Assignees
Labels
gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level1 10 Points 🥇(GSSoC)

Comments

@praveenarjun
Copy link
Contributor

LightGBM:
Efficiency: LightGBM is designed to be highly efficient and can handle large datasets with faster training times.
Accuracy: It often provides better accuracy compared to other gradient boosting algorithms.
Scalability: LightGBM can handle large-scale data and high-dimensional features.
Support for Categorical Features: It can directly handle categorical features without the need for one-hot encoding.

CatBoost:
Handling Categorical Features: CatBoost is specifically designed to handle categorical features effectively, reducing the need for extensive preprocessing.
Robustness: It is less prone to overfitting and provides robust performance on various datasets.
Ease of Use: CatBoost requires minimal parameter tuning and is easy to use.
Efficiency: It is optimized for fast training and prediction times.

These are the models that contains data structure like tree so the time complexity may reduce like logn

@praveenarjun
Copy link
Contributor Author

Please assign this issue to me and add a relevant label. Thank you!

@rohitinu6
Copy link
Owner

@praveenarjun all the best, will add the labels

@praveenarjun
Copy link
Contributor Author

I have Done the changes If any Query You can commit and pls give me Labels and level

Copy link
Contributor

✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level1 10 Points 🥇(GSSoC)
Projects
None yet
Development

No branches or pull requests

3 participants