This project is trying to fetch SP500 stock from wiki and modify data to use ML(classifier) to determine a trading strategy
First create a virtual environment with conda or venv inside a temp folder, then activate it.
virtualenv venv
# Windows
venv\Scripts\activate
# Or Linux
source venv/bin/activate
Clone the git repo, then install the requirements with pip
https://github.com/jianwang0212/StockML
cd StockML
pip install -r requirements.txt
Run the app
jupyter notebook
Order to run jupyter: stockPriceData.ipynb stockML.ipynb