https://github.com/akshu-on-github/linear-regression
5th-semester VAC project as of October 2021
https://github.com/akshu-on-github/linear-regression
Last synced: 3 months ago
JSON representation
5th-semester VAC project as of October 2021
- Host: GitHub
- URL: https://github.com/akshu-on-github/linear-regression
- Owner: Akshu-on-github
- Created: 2021-10-04T08:47:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T17:32:01.000Z (almost 5 years ago)
- Last Synced: 2025-12-26T09:57:50.773Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Linear Regression
### Project Description:
The Stock Market has always been a prime target for predictive analysis. With each passing day, fortunes rise and fall according to the price of each stock. Here, I wanted to determine if there was a relation between the **closing price** - the most recent valuation of a security until the next working day - and that day's **opening price** - the price at which a security first trades upon the opening of an exchange on a trading day.
### Contents:
- Importing Libraries
- Creating a pandas dataframe from the imported `.csv` file
- Visualizing the parameters of interest
- Applying Linear Regression