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
93237586
Commit
93237586
authored
Jan 23, 2018
by
Nikita Titov
Committed by
Guolin Ke
Jan 23, 2018
Browse files
[docs] fixed typos (#1211)
* fixed typo * fixed render of default value of metric param * fixed typos
parent
ffeae5a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/Parameters.rst
docs/Parameters.rst
+4
-4
No files found.
docs/Parameters.rst
View file @
93237586
...
@@ -576,7 +576,7 @@ Objective Parameters
...
@@ -576,7 +576,7 @@ Objective Parameters
Metric Parameters
Metric Parameters
-----------------
-----------------
- ``metric``, default=``None``, type=multi-enum
- ``metric``, default=
\
``None``, type=multi-enum
- if ``None``, metric corresponding to specified application will be used
- if ``None``, metric corresponding to specified application will be used
...
@@ -720,7 +720,7 @@ In this case LightGBM will auto load initial score file if it exists.
...
@@ -720,7 +720,7 @@ In this case LightGBM will auto load initial score file if it exists.
Weight Data
Weight Data
~~~~~~~~~~~
~~~~~~~~~~~
LightGBM support
a
weighted training. It uses an additional file to store weight data, like the following:
LightGBM support
s
weighted training. It uses an additional file to store weight data, like the following:
::
::
...
@@ -741,7 +741,7 @@ Query Data
...
@@ -741,7 +741,7 @@ Query Data
~~~~~~~~~~
~~~~~~~~~~
For LambdaRank learning, it needs query information for training data.
For LambdaRank learning, it needs query information for training data.
LightGBM use an additional file to store query data, like the following:
LightGBM use
s
an additional file to store query data, like the following:
::
::
...
@@ -796,4 +796,4 @@ You can specific query/group id in data file now. Please refer to parameter ``gr
...
@@ -796,4 +796,4 @@ You can specific query/group id in data file now. Please refer to parameter ``gr
.. _gamma-distributed: https://en.wikipedia.org/wiki/Gamma_distribution#Applications
.. _gamma-distributed: https://en.wikipedia.org/wiki/Gamma_distribution#Applications
.. _tweedie-distributed: https://en.wikipedia.org/wiki/Tweedie_distribution#Applications
.. _tweedie-distributed: https://en.wikipedia.org/wiki/Tweedie_distribution#Applications
\ No newline at end of file
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