-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Cleaned LightGBM documentation #2886
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
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<doc> | ||
<members> | ||
<!-- | ||
The following text describes the LightGbm algorithm details. | ||
It's used for the remarks section of all LightGbm-based trainers (binary, multiclass, regression, ranking) | ||
--> | ||
<member name="LightGBM_remarks"> | ||
<remarks> | ||
LightGBM is an open source implementation of gradient boosting decision tree. For implementation details, please see | ||
<a href='https://lightgbm.readthedocs.io/en/latest/index.html'>LightGBM's official documentation</a> or | ||
<a href='https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision-tree.pdf'>this paper</a>. | ||
</remarks> | ||
</member> | ||
</members> | ||
</doc> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11360,7 +11360,7 @@ | |
{ | ||
"Name": "CustomGains", | ||
"Type": "String", | ||
"Desc": "Comma seperated list of gains associated to each relevance label.", | ||
"Desc": "Comma separated list of gains associated to each relevance label.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Nice #Resolved |
||
"Aliases": [ | ||
"gains" | ||
], | ||
|
@@ -11478,7 +11478,7 @@ | |
{ | ||
"Name": "CategoricalSmoothing", | ||
"Type": "Float", | ||
"Desc": "Lapalace smooth term in categorical feature spilt. Avoid the bias of small categories.", | ||
"Desc": "Laplace smooth term in categorical feature split. Avoid the bias of small categories.", | ||
"Required": false, | ||
"SortOrder": 150.0, | ||
"IsNullable": false, | ||
|
@@ -11863,7 +11863,7 @@ | |
{ | ||
"Name": "CustomGains", | ||
"Type": "String", | ||
"Desc": "Comma seperated list of gains associated to each relevance label.", | ||
"Desc": "Comma separated list of gains associated to each relevance label.", | ||
"Aliases": [ | ||
"gains" | ||
], | ||
|
@@ -11981,7 +11981,7 @@ | |
{ | ||
"Name": "CategoricalSmoothing", | ||
"Type": "Float", | ||
"Desc": "Lapalace smooth term in categorical feature spilt. Avoid the bias of small categories.", | ||
"Desc": "Laplace smooth term in categorical feature split. Avoid the bias of small categories.", | ||
"Required": false, | ||
"SortOrder": 150.0, | ||
"IsNullable": false, | ||
|
@@ -12366,7 +12366,7 @@ | |
{ | ||
"Name": "CustomGains", | ||
"Type": "String", | ||
"Desc": "Comma seperated list of gains associated to each relevance label.", | ||
"Desc": "Comma separated list of gains associated to each relevance label.", | ||
"Aliases": [ | ||
"gains" | ||
], | ||
|
@@ -12484,7 +12484,7 @@ | |
{ | ||
"Name": "CategoricalSmoothing", | ||
"Type": "Float", | ||
"Desc": "Lapalace smooth term in categorical feature spilt. Avoid the bias of small categories.", | ||
"Desc": "Laplace smooth term in categorical feature split. Avoid the bias of small categories.", | ||
"Required": false, | ||
"SortOrder": 150.0, | ||
"IsNullable": false, | ||
|
@@ -12869,7 +12869,7 @@ | |
{ | ||
"Name": "CustomGains", | ||
"Type": "String", | ||
"Desc": "Comma seperated list of gains associated to each relevance label.", | ||
"Desc": "Comma separated list of gains associated to each relevance label.", | ||
"Aliases": [ | ||
"gains" | ||
], | ||
|
@@ -12987,7 +12987,7 @@ | |
{ | ||
"Name": "CategoricalSmoothing", | ||
"Type": "Float", | ||
"Desc": "Lapalace smooth term in categorical feature spilt. Avoid the bias of small categories.", | ||
"Desc": "Laplace smooth term in categorical feature split. Avoid the bias of small categories.", | ||
"Required": false, | ||
"SortOrder": 150.0, | ||
"IsNullable": false, | ||
|
@@ -23511,13 +23511,13 @@ | |
"Components": [ | ||
{ | ||
"Name": "dart", | ||
"Desc": "Dropouts meet Multiple Additive Regresion Trees. See https://arxiv.org/abs/1505.01866", | ||
"Desc": "Dropouts meet Multiple Additive Regression Trees. See https://arxiv.org/abs/1505.01866", | ||
"FriendlyName": "Tree Dropout Tree Booster", | ||
"Settings": [ | ||
{ | ||
"Name": "TreeDropFraction", | ||
"Type": "Float", | ||
"Desc": "The drop ratio for trees. Range:(0,1).", | ||
"Desc": "The drop ratio for trees. Range:[0,1].", | ||
"Required": false, | ||
"SortOrder": 150.0, | ||
"IsNullable": false, | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
either estimator or algorithm. I think the other catalogs use "Algorithm advanced options" #WontFix
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've been changing them to "Trainer Options" based on Rogan's comment on AveragedPercentron. I don't want to change back everything. Trainer sounds good enough, unless there's a strong objection.
In reply to: 263689283 [](ancestors = 263689283)
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 this is preferred to "advanced".
In reply to: 263905459 [](ancestors = 263905459,263689283)