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
- Host: GitHub
- URL: https://github.com/evandroamparo/simple-linear-regression
- Owner: evandroamparo
- License: gpl-3.0
- Created: 2023-02-20T00:13:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T00:41:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T07:55:47.040Z (11 months ago)
- Topics: data-science, edx, edx-course, harvardx, python
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.