We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40e18be + e8161ba commit d0285f3Copy full SHA for d0285f3
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
32
- - uses: actions/cache@v1
+ - uses: julia-actions/cache@v1
33
env:
34
cache-name: cache-artifacts
35
src/continuous.jl
@@ -530,7 +530,7 @@ const RSquaredDoc = docstring(
530
"""
531
Specifically, return the value of
532
533
-``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ ȳ - y_i)^2},``
+``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ (ȳ - y_i)^2}``
534
535
where ``ȳ`` denote the mean of the ``y_i``. Also known as R-squared or the coefficient
536
of determination, the `R²` coefficients is suitable for interpreting linear regression
0 commit comments