https://github.com/sferez/simple_linear_regression
Simple Linear Regression using Python
https://github.com/sferez/simple_linear_regression
data-analysis data-science linear-regression python regression
Last synced: about 2 months ago
JSON representation
Simple Linear Regression using Python
- Host: GitHub
- URL: https://github.com/sferez/simple_linear_regression
- Owner: sferez
- Created: 2022-10-13T12:19:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T23:21:59.000Z (over 3 years ago)
- Last Synced: 2025-06-14T10:38:34.361Z (about 1 year ago)
- Topics: data-analysis, data-science, linear-regression, python, regression
- Language: Jupyter Notebook
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Linear Regression Using Python
Simple linear regressions are used to predict the expected output value by estimating the relationship between a set of data.
## Report
The report is available at Medium: [Article](https://medium.com/python-in-plain-english/simple-linear-regression-using-python-7189f0312d72)

## Authors
- [@sferez](https://github.com/sferez)