This commit is contained in:
2024-11-27 11:59:54 +01:00
committed by GitHub
parent 8af564437a
commit d5e1b43d85

View File

@@ -81,8 +81,8 @@ For regression problems, the **R² score** measures the proportion of the target
$$R2 = 1 - \frac{\text{SS}_{\text{residual}}}{\text{SS}_{\text{total}}}$$ where:
- $$\text{SS}\_{\text{residual}}$$ : Sum of squared residuals between actual and predicted values.
- $$\text{SS}\_{\text{total}}$$ : Total sum of squares relative to the targets mean.
- $$\text{SS}_{\text{residual}}$$ : Sum of squared residuals between actual and predicted values.
- $$\text{SS}_{\text{total}}$$ : Total sum of squares relative to the targets mean.
A $$R^2$$ close to 1 indicates a good fit.