* fixed typo

* fixed render of default value of metric param

* fixed typos
This commit is contained in:
Nikita Titov 2018-01-23 03:43:11 +03:00 коммит произвёл Guolin Ke
Родитель ffeae5a660
Коммит 9323758696
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -576,7 +576,7 @@ Objective 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
@ -720,7 +720,7 @@ In this case LightGBM will auto load initial score file if it exists.
Weight Data
~~~~~~~~~~~
LightGBM supporta weighted training. It uses an additional file to store weight data, like the following:
LightGBM supports weighted training. It uses an additional file to store weight data, like the following:
::
@ -741,7 +741,7 @@ Query Data
~~~~~~~~~~
For LambdaRank learning, it needs query information for training data.
LightGBM use an additional file to store query data, like the following:
LightGBM uses 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
.. _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