Unverified Commit 4bbe17f9 authored by Laurae's avatar Laurae Committed by GitHub
Browse files

Metric parameter doc fix (#1140)

parent e757300f
...@@ -564,8 +564,7 @@ Objective Parameters ...@@ -564,8 +564,7 @@ Objective Parameters
Metric Parameters Metric Parameters
----------------- -----------------
- ``metric``, default={``l2`` for regression}, {``binary_logloss`` for binary classification}, {``ndcg`` for lambdarank}, type=multi-enum, - ``metric``, default={``l2`` for regression, ``binary_logloss`` for binary classification, ``ndcg`` for lambdarank}, type=multi-enum
options=\ ``l1``, ``l2``, ``ndcg``, ``auc``, ``binary_logloss``, ``binary_error`` ...
- ``l1``, absolute loss, alias=\ ``mean_absolute_error``, ``mae`` - ``l1``, absolute loss, alias=\ ``mean_absolute_error``, ``mae``
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment