Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
a69f41e2
Commit
a69f41e2
authored
Dec 01, 2017
by
Nikita Titov
Committed by
Guolin Ke
Dec 01, 2017
Browse files
added note about max label in rank task (#1092)
parent
159668d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
docs/Parameters.rst
docs/Parameters.rst
+4
-2
No files found.
docs/Parameters.rst
View file @
a69f41e2
...
@@ -88,7 +88,9 @@ Core Parameters
...
@@ -88,7 +88,9 @@ Core Parameters
- the label should be ``int`` type in lambdarank tasks, and larger number represent the higher relevance (e.g. 0:bad, 1:fair, 2:good, 3:perfect)
- the label should be ``int`` type in lambdarank tasks, and larger number represent the higher relevance (e.g. 0:bad, 1:fair, 2:good, 3:perfect)
- ``label_gain`` can be used to set the gain(weight) of ``int`` label
- `label_gain <#objective-parameters>`__ can be used to set the gain(weight) of ``int`` label
- all values in ``label`` must be smaller than number of elements in ``label_gain``
- ``boosting``, default=\ ``gbdt``, type=enum,
- ``boosting``, default=\ ``gbdt``, type=enum,
options=\ ``gbdt``, ``rf``, ``dart``, ``goss``,
options=\ ``gbdt``, ``rf``, ``dart``, ``goss``,
...
@@ -535,7 +537,7 @@ Objective Parameters
...
@@ -535,7 +537,7 @@ Objective Parameters
- will optimize `NDCG`_ at this position
- will optimize `NDCG`_ at this position
- ``label_gain``, default=\ ``0,1,3,7,15,31,63,...``, type=multi-double
- ``label_gain``, default=\ ``0,1,3,7,15,31,63,...
,2^30-1
``, type=multi-double
- used in ``lambdarank``
- used in ``lambdarank``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment