Skip to content

vikasrtr/pyLinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Linear Regression (OLS) in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages