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
- Host: GitHub
- URL: https://github.com/warmachine028/simple-linear-regression
- Owner: warmachine028
- Created: 2021-07-27T10:26:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-27T10:32:40.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T17:38:11.466Z (6 months ago)
- Topics: linear-regression, machinelearning, machinelearning-python, machinelearningalgorithms
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.