Github user myui commented on a diff in the pull request:
https://github.com/apache/incubator-hivemall/pull/107#discussion_r138613348
--- Diff: docs/gitbook/eval/auc.md ---
@@ -100,7 +100,7 @@ Note that `floor(prob / 0.2)` means that the rows are
distributed to 5 bins for
# Difference between AUC and Logarithmic Loss
-Hivemall has another metric called [Logarithmic
Loss](stat_eval.html#logarithmic-loss) for binary classification. Both AUC and
Logarithmic Loss compute scores for probability-label pairs.
+Hivemall has another metric called [Logarithmic
Loss](stat_eval.html#logarithmic-loss) for binary classification. Both AUC and
Logarithmic Loss compute scores for probability-label pairs.
--- End diff --
Missing link. `stat_eval.html` is deleted.
---