An open API service indexing awesome lists of open source software.

https://github.com/warmachine028/simple-linear-regression

A very basic implementation of linear regression using python
https://github.com/warmachine028/simple-linear-regression

linear-regression machinelearning machinelearning-python machinelearningalgorithms

Last synced: 5 days ago
JSON representation

A very basic implementation of linear regression using python

Awesome Lists containing this project

README

        

# Simple-Linear-Regression
## A basic establishment of relationship between data points and regrssion line on pyplot using matplotlib in python.