From 7bbb44182a7d16f6d99a57b7ddf5c9a2bd15db28 Mon Sep 17 00:00:00 2001 From: Dmitriy Rybalko Date: Fri, 14 Sep 2018 18:47:05 +0300 Subject: [PATCH] update eval_metric doc (#3687) --- doc/parameter.rst | 1 + 1 file changed, 1 insertion(+) 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.