Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayooshkathuria/testing-assumptions-of-linear-regression
Modelling Google's Stock price using Linear Regression. Then, testing the statistical assumptions of Linear Regression on the results.
https://github.com/ayooshkathuria/testing-assumptions-of-linear-regression
Last synced: about 2 months ago
JSON representation
Modelling Google's Stock price using Linear Regression. Then, testing the statistical assumptions of Linear Regression on the results.
- Host: GitHub
- URL: https://github.com/ayooshkathuria/testing-assumptions-of-linear-regression
- Owner: ayooshkathuria
- Created: 2016-10-16T14:26:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T07:46:50.000Z (over 7 years ago)
- Last Synced: 2024-11-26T07:19:08.222Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Assumptions of Linear Regression on Google's stock data from the past decade
This iPython notebook demonstrates how to test assumptions of Linear Regression once you've trained a Linear Model
I've taken Google's stock data from the past decade, and modelled the price using Linear Regression. I've furthered analysed the model for voilations of assumptions of Linear Regression, and then made appropriate modifications to my model so that it it doesn't violate the assumptions.