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.
1 parent 14dee3e commit 3a5b44dCopy full SHA for 3a5b44d
monai/metrics/r2_score.py
@@ -36,7 +36,7 @@ class R2Metric(CumulativeIterationMetric):
36
{\sum _{i=1}^{n}\left(y_i-\bar{y} \right)^{2}},
37
:label: r2
38
39
- where :math:`\bar{y}` is the mean of observed :math:`y`.
+ where :math:`\bar{y}` is the mean of observed :math:`y`.
40
41
However, :math:`R^{2}` automatically increases when extra
42
variables are added to the model. To account for this phenomenon and penalize the addition of unnecessary variables,
0 commit comments