We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a4b75a + 59aeb54 commit 4c17f1cCopy full SHA for 4c17f1c
doc/modules/model_evaluation.rst
@@ -810,7 +810,7 @@ of the classifier given the true label:
810
811
.. math::
812
813
- L_{\log}(y, p) = -\log \operatorname{Pr}(y|p) = -(y \log p) + (1 - y) \log (1 - p))
+ L_{\log}(y, p) = -\log \operatorname{Pr}(y|p) = -(y \log (p) + (1 - y) \log (1 - p))
814
815
This extends to the multiclass case as follows.
816
Let the true labels for a set of samples
0 commit comments