Skip to content

This repo is trying to fetch SP500 stock from wiki and modify data to use ML(classifier) to determine a trading strategy

License

Notifications You must be signed in to change notification settings

jianwang0212/StockML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock_ML

This project is trying to fetch SP500 stock from wiki and modify data to use ML(classifier) to determine a trading strategy

Getting Started

Running the app locally

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

About

This repo is trying to fetch SP500 stock from wiki and modify data to use ML(classifier) to determine a trading strategy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published