-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Add C API function that returns all parameter names with their aliases #4829
Conversation
OK, I believe this PR is ready for reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! I totally support this addition to the API. I think it'll help to avoid some maintenance burden in language wrappers and will eliminate some possible bugs. Great work 🤩
Please see a few small comments I left.
Co-authored-by: James Lamb <jaylamb20@gmail.com>
@jameslamb Thanks a lot for your review comments! I think I've addressed them all in the latest commit. Please take another look when have time. |
/gha run r-valgrind Workflow R valgrind tests has been triggered! 🚀 Status: success ✔️. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for the changes, especially the new R test!
Since this touched lightgbm_R.cpp
, I just did a valgrind
run (sorry for not thinking of that sooner). #4829 (comment)
As soon as that passes, I'm comfortable with merging this.
@shiyu1994 do you support this addition to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StrikerRUS @jameslamb Thank you for working on this! I've checked the C API, and the changes LGTM.
This pull request 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. |
Fixed #2633