diff --git a/doc/parameter.rst b/doc/parameter.rst index bd469df37..9ec7bb95d 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -305,6 +305,7 @@ Specify the learning task and the corresponding learning objective. The objectiv - ``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 `_ - ``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.