https://github.com/ashnair1/linear-regression
Practice Linear Regression Problems
https://github.com/ashnair1/linear-regression
Last synced: 7 months ago
JSON representation
Practice Linear Regression Problems
- Host: GitHub
- URL: https://github.com/ashnair1/linear-regression
- Owner: ashnair1
- Created: 2018-05-05T22:46:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T15:05:06.000Z (over 7 years ago)
- Last Synced: 2025-01-28T12:36:33.576Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linear-Regression
Practice Linear Regression Problems implemented in Jupyter notebooksDatasets taken from http://college.cengage.com/mathematics/brase/understandable_statistics/7e/students/datasets/mlr/frames/frame.html
1. Basketball Players (Linear Regression in one variable)
2. Thunder Antelopes (Linear Regression in multiple variables)