regression_algorithms.py
implements four popular regression algorithms using mathematical equations and minimizing the imports of existing libraries.
- Ordinary Least-Squares (OLS)
- Regularized Least-Squares (RLS) = L2-regularized LS (Ridge Regression)
- L1-regularized LS (LASSO)
- Robust Regression (RR)
See PNG figures.