-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[R-package] Examples to tune lightGBM using grid search #4642
Comments
Thanks for using LightGBM! We don't have any example documentation of performing grid search specifically in the R package, but you could consult the following:
|
Thank you for the prompt response. I tried something similar, not sure if it elegant.
|
Looks like a fine approach to me! And then trying different combinations of parameters in the object you've called Anything else we can help with? |
Thanks again! No, Ill try something out. I will watch this issue in case someone comes up with a method. |
Ok sounds good! We actually try to keep the list of open issues as small as possible (to focus maintainers' attention), so I'm going to close this for now. If you'd be interested in contributing a vignette on hyperparameter tuning with the Once the 3.3.0 release (#4310) makes it to CRAN, we'll focus on converting the existing R package demos to vignettes (@mayer79 has already started this in #3946), and I think a hyperparameter tuning one would be very valuable! |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Not sure where I could ask this. Are there tutorials / resources for tuning
lightGBM
using grid search or any other methods in R? I want to tune the hyper parameters in LightGBM using the original packagelightGBM
in R without usingtidymodels
. I use this resource for now - https://www.kaggle.com/andrewmvd/lightgbm-in-r. Thank you!The text was updated successfully, but these errors were encountered: