-
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
[docs] generate parameters description from config file. Stage 1 #1409
Conversation
@StrikerRUS you can join [1:] |
@guolinke Did you mean this:
|
@StrikerRUS yeah, Or just |
@guolinke OK, thank you! |
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.
@guolinke Don't you mind to merge this PR? I think it's easier to review one PR - one section of params.
// default=none | ||
// alias = random_seed | ||
// desc = this seed is used to generate other seeds, e.g. ``data_random_seed``, ``feature_fraction_seed`` | ||
// desc = will be overridden, if you set other seeds | ||
int seed = 0; |
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.
Why it was default=none
?
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.
I think it is a typo.
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.
I had the same thoughts, so deleted it.
What is your opinion about it #1409 (review) ?
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.
Rolled back in #1872.
This is the continuation of #1381.
@guolinke It seems that
helper\parameter_generator.py
cannot handle links in params' descriptions (desc
anddescl2
fields) due to this:https://github.com/Microsoft/LightGBM/blob/28832d9e55e016d02c157e541293b39b18dc44af/helper/parameter_generator.py#L27
Can we hotfix it? Maybe three forward slashes?