-
Notifications
You must be signed in to change notification settings - Fork 90
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
New Model Request - Add LightGBM #370
Comments
Just found out about this: curso-r/treesnip#23 |
Because of the non-R-ness of their interface, that model needs a wrapper function. As a consequence of that, it would need to be a formal dependency. I want to avoid more of those, especially for packages where it is a pain to get installed (like this one). It might be better once they are on CRAN but I think that it is fine to be an a separate package. |
I found this discussion via GitHub search. I'd like to inform everyone here that https://CRAN.R-project.org/package=lightgbm
If this refers to LightGBM, I'd appreciate if someone working on |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
It looks like Microsoft is getting close to CRAN acceptance of their
LightGBM
. It's a powerful algorithm that has just played a big part in winning solutions to the recent M5 Forecasting Competition (Kaggle). Definitely a good one to add toparsnip
or aparsnip
-adjacent library. Any thoughts?Reference: microsoft/LightGBM#3338
The text was updated successfully, but these errors were encountered: