Simple Limit Order Book trending classification, both with a convolutional and an attention based model.
.
├── notebooks
└── src
Install the environment in your preferred way, remember to place yourself in the root directory.
conda
$ conda env create -f environment.yml
venv
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
PYTHONPATH=. python src/main.py -h