https://github.com/prsdm/stock-price-prediction
https://github.com/prsdm/stock-price-prediction
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prsdm/stock-price-prediction
- Owner: prsdm
- Created: 2023-01-30T14:26:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T15:35:53.000Z (over 3 years ago)
- Last Synced: 2024-02-08T22:25:18.801Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Price-Prediction
### About Project
Machine learning can be useful for algorithmic trading. It can help to develop a profitable
trading strategy by predicting a stock price in the future based on historical daily OHLC price
data. For this project we Extracted Stock data from Yahoo Finance using Python package yfinance.
##### Below are the steps that are covered in the code section of the project:
1. Data Import and Exploratory Data Analysis.
2. Twitter Sentiment analysis score.
3. Data Pre-Processing.
4. Model Implementation.
5. Model Evaluation.
6. Bibliography.
### Programming Language
* Python
Link for yfinance package:
https://pypi.org/project/yfinance/ .