File tree Expand file tree Collapse file tree
examples/applied_examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969# entropy}} - \underbrace{H(\bar{Y})}_{\text{marginal entropy}}
7070#
7171# Here, :math:`H(Y \mid X)` is the conditional entropy of the model
72- # predictions for each target sample, and :math:`H(\bar{Y})` is the
73- # entropy of the average predictive distribution across the target set.
74- # This encourages confident predictions (low :math:`H(Y \mid X)`) while
75- # maintaining class diversity (high :math:`H(\bar{Y})`).
72+ # predictions for each target sample. :math:`H(Y)` is the marginal
73+ # entropy of the predicted labels, estimated here by
74+ # :math:`H(\bar{Y})`, the entropy of the average predictive
75+ # distribution across the target set. This encourages confident
76+ # predictions (low :math:`H(Y \mid X)`) while maintaining class
77+ # diversity (high :math:`H(Y)`).
7678#
7779
7880######################################################################
You can’t perform that action at this time.
0 commit comments