-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Address all lintr warnings. #8012
Comments
👋 Could I work on this one? I originally set up LightGBM's |
Thank you for the offer! Actually, I would love to hear your opinion on #7906 and microsoft/LightGBM#4968 before spending a non-trivial amount of time on the R package. I started to learn more about R and find some of the issues in the existing codebase of various packages including xgb and lgb. I saw microsoft/LightGBM#4968 , which is a great improvement for R users I believe. But it's using R6 and might bring significant breaking change. |
Forgot to ping @jameslamb ;-) |
Sorry for the delay in responding!
I think getting
Short answer I agree with @RAMitchell (#7906 (comment)). XGBoost should take on this list of proposed changes in the form of new public APIs, and then consider a lengthy deprecation cycle. Long answer In LightGBM, we've been accepting PRs with some of the breaking changes proposed in microsoft/LightGBM#4968 (I asked its author to break them into smaller pieces, so we could do higher-quality reviews and merge things gradually). The only reason that work isn't complete is because of a severe lack of contributor/maintainer availability in LightGBM, which has meant not much time left for things other than fixing CI, improving packaging details, and supporting new versions of dependencies. That lack of contributor/maintainer attention is also why we've been accepting those breaking changes directly instead of doing a deprecation cycle. It's been more than a year since LightGBM had a substantive release...in its current state, the project just can't sustain a high enough frequency of releases to do deprecations well 😫 In light of this, in LightGBM, I've proposed that we treat the two main entrypoints for training differently:
See microsoft/LightGBM#5273 and microsoft/LightGBM#5203 (comment). But I don't think Tags I'm going to also tag in @simonpcouch, who has been working on an alternative interface to LightGBM that fits with other components in the "tidymodels" ecosystem: https://github.com/tidymodels/bonsai. |
Thank you for the input!
We are facing the same issue here. :-(
That's interesting. If we can get XGBoost to be part of that project we can start recommending people use that interface instead.
That's an excellent suggestion! Please help look into the issues when you get a chance and feel free to ping me if there's anything I can help. ;-) |
Thanks for looping me in, @jameslamb! No comments, but will be sure to keep an eye on this and related issues.
We do indeed maintain an interface to xgboost in tidymodels.🙂 Some docs here and here, and a worked example here. |
https://github.com/dmlc/xgboost/runs/6965009976?check_suite_focus=true
The text was updated successfully, but these errors were encountered: