DELTA37 / TimeSeries

2 stars 3 forks source link

TimeSeries

We provide own pytorch wrap

base:

contrib:

You have to build your model inheriting from a BaseNet, after that you must describe your model in init method,
also you must create your own reader inheriting Reader and create your own Dataset class inheriting from Dataset

Then you can launch training and testing by

HOW TO PLOT DATA FROM MOEX

We provide communication with http://www.moex.com with the help of open-api. To plot graph of the security you want, you need firstly install requirements.txt, to do this:

virtualenv -p python3 envname
pip install --upgrade virtualenv
pip install -r requirements.txt

And then you if you make this command:

(timenv) MacBook-Air-Roman:TimeSeries romandegtyarev$ python plotter.py ABRD

you'll see something like that: Example

The list of all securities:

(timenv) MacBook-Air-Roman:TimeSeries romandegtyarev$ python plotter.py list

Our wiki:

https://github.com/DELTA37/TimeSeries/wiki/Articles