Skip to content
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 #2633

Closed
StrikerRUS opened this issue Dec 13, 2019 · 2 comments · Fixed by #4829
Closed

Add C API function that returns all parameter names with their aliases #2633

StrikerRUS opened this issue Dec 13, 2019 · 2 comments · Fixed by #4829

Comments

@StrikerRUS
Copy link
Collaborator

Refer to #2594 (comment).

C API function which returns all param names with their aliases? For example, it can be a string format like param1:param1_alias1,param1_alias2;param2:param2_alias1;param3;param4:...
It will allow to deduplicate aliases handling code in language wrappers and create param aliases handling mechanism by simple string parsing got from C API.

it could be done by the config code automatically generating.
As for the objective and metric, we may need to add them manually.

@StrikerRUS
Copy link
Collaborator Author

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant