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

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

Estimating the coefficients for simple linear regression in Python
https://github.com/evandroamparo/simple-linear-regression

data-science edx edx-course harvardx python

Last synced: 9 months ago
JSON representation

Estimating the coefficients for simple linear regression in Python

Awesome Lists containing this project

README

          

# Simple linear regression

This is an implementation to calculate the least squares coefficient estimates for a linear regression.

This repository contains my notes on _Introduction to Data Science with Python_ from Harvard, available on [edX](https://learning.edx.org/course/course-v1:HarvardX+CS109x+1T2022/home).

See the notebook for details.