Expand description
Linear models for regression.
Includes Ordinary Least Squares (OLS) and regularized regression.
Structsยง
- Elastic
Net - Elastic Net regression with combined L1 and L2 regularization.
- Lasso
- Lasso regression with L1 regularization.
- Linear
Regression - Ordinary Least Squares (OLS) linear regression.
- Ridge
- Ridge regression with L2 regularization.