diff --git a/doc/parameter.rst b/doc/parameter.rst index c9edcab1e..abd086e29 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -399,8 +399,8 @@ Specify the learning task and the corresponding learning objective. The objectiv - ``error@t``: a different than 0.5 binary classification threshold value could be specified by providing a numerical value through 't'. - ``merror``: Multiclass classification error rate. It is calculated as ``#(wrong cases)/#(all cases)``. - ``mlogloss``: `Multiclass logloss `_. - - ``auc``: `Area under the curve `_ - - ``aucpr``: `Area under the PR curve `_ + - ``auc``: `Area under the curve `_. Available for binary classification and learning-to-rank tasks. + - ``aucpr``: `Area under the PR curve `_. Available for binary classification and learning-to-rank tasks. - ``ndcg``: `Normalized Discounted Cumulative Gain `_ - ``map``: `Mean Average Precision `_ - ``ndcg@n``, ``map@n``: 'n' can be assigned as an integer to cut off the top positions in the lists for evaluation.