Skip to content

Commit 3a5b44d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 14dee3e commit 3a5b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/metrics/r2_score.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class R2Metric(CumulativeIterationMetric):
3636
{\sum _{i=1}^{n}\left(y_i-\bar{y} \right)^{2}},
3737
:label: r2
3838
39-
where :math:`\bar{y}` is the mean of observed :math:`y`.
39+
where :math:`\bar{y}` is the mean of observed :math:`y`.
4040
4141
However, :math:`R^{2}` automatically increases when extra
4242
variables are added to the model. To account for this phenomenon and penalize the addition of unnecessary variables,

0 commit comments

Comments
 (0)