Predict tomorrow’s price of specific company in US stock market using different algorithms.
One can find this repo helpful if you want to make familiar with different Machine Learning algorithms or how to get along with finance using python.
Python 3.8
- numpy
- pandas
- matplotlib
- seaborn
- plotly
- IPython
- sklearn
- fbprophet
- yfinance
- built-in libs:
- sys
- indicators
- You can find several technical indicators in this module.
- featureCreator
- Make new features using our main data (OHLC + Volume)
- Ticker EDA
- See this notebook to get the insights of how to predict stock prices.
- This notebook explore "GOOGL" data.
- Also you can show your desired company's ticker data. (Change cell 2)
- tickerPrediction
- You can find the simplified version of whole process in Ticker EDA in this module.
You can find some results in this link.
- These scripts and notebooks were built using yahoo!finance data that fetch from yfinance package.
- Thanks to Mike who helped me with this project.