Skip to content

IshwarKulkarni/SequencePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running a simple Recurrent model on

  1. Stock data provided by IEX Cloud. You will need the API Token from that website to be passed in with --IEX_token= along with the config file with --config_file.

  2. Currency data provided by https://pkgstore.datahub.io

How to run:

python main.py --config_file=./configs/config_ticker.json --IEX_token=<>

python main.py --config_file=./configs/config_currency.json

What to install:

python -m pip install -r requirements.txt

Go crazy.

About

Predict 1d Sequences on Stocks and Currency data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages