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

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

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)

![Article](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*vT5r7yuhsC0UvUbrsuWWbw.png)

## Authors

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