Back to Home
Polynomial & Ridge/Lasso Regression
Fit polynomial curves with OLS, Ridge (L2), or Lasso (L1) regularization
Model Configuration
Add Data Point
Predict
→ ŷ = —
0.9987
R²
0.1852
RMSE
0.0343
MSE
0.1524
MAE
| x | y | ŷ | |
|---|---|---|---|
| -3 | 8.5 | 8.275 | |
| -2 | 3.2 | 3.580 | |
| -1 | 0.8 | 0.811 | |
| 0 | 0.1 | -0.032 | |
| 1 | 1.2 | 1.051 | |
| 2 | 3.9 | 4.061 | |
| 3 | 9.1 | 8.996 | |
| 4 | 15.8 | 15.858 |