/pyLinearRegression

Linear Regression (OLS) in python

Primary LanguagePython

pyLinearRegression

Python implementation of Linear Regression (Ordinary Least Square)

Usage

Project follows a series of blog posts on my blog

Each algorithm in contained in its own folder. Each folder consists of run.py, which contains the code for particular algorithm.

Dependencies

  • Python 3+
  • numpy
  • matplotlib for demos only

Disclaimer

For educational purposes only. Use at your own risk.