-
Notifications
You must be signed in to change notification settings - Fork 83
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
"Optimizing Stock Price Prediction with LightGBM and CatBoost: Choosing the Right Model for Efficiency and Accuracy" #17
Conversation
…dely used for their efficiency and performance in machine learning tasks, particularly for structured/tabular data. Here's why you might use each
Hi, I have reviewed the changes in this pull request. If any changes need to be done or if there are any issues, please make a comment so that it will be beneficial. Additionally, could you please add the labels "gssoc", "level" and "hacktober" Thank you! |
@praveenarjun |
@praveenarjun can you please be more specific |
Reasons for Using LightGBM and CatBoost Import necessary librariesimport lightgbm as lgb |
I am fasing some issue to merge and pull request can you pls find the issue |
To Improve Model fastness we can use LightGBM and CatBoost |
I used anpther branch for this so u can merge it fro there |
added the pull request |
how much time it take to review the code and merge |
For stock price prediction, you might choose LightGBM or CatBoost depending on the nature of your dataset and specific requirements. If your dataset includes many categorical features, CatBoost might be more suitable. If you need to handle a very large dataset efficiently, LightGBM could be the better choice.
The main Reason using This model LightGBM or CatBoost because It has built-in support for categorical features, which can improve performance and accuracy.
And These model will reduce time complexity