TLOB
This is the official repository for the paper TLOB: A Novel Transformer Model with Dual Attention for Price Trend Prediction with Limit Order Book Data.
파일 탐색기
최종 버전 다운로드 (.zip)- launch.json
- config.cpython-310.pyc
- config.py
- val_loss=1.04_epoch=1.pt
- predictions.npy
- val_loss=0.809_epoch=2.pt
- predictions.npy
- val_loss=0.917_epoch=1.pt
- predictions.npy
- val_loss=1.005_epoch=1.pt
- predictions.npy
- precision_recall_curve_BTC.svg
- val_loss=1.023_epoch=1.pt
- predictions.npy
- val_loss=0.831_epoch=4.pt
- predictions.npy
- val_loss=0.914_epoch=2.pt
- predictions.npy
- val_loss=0.996_epoch=1.pt
- predictions.npy
- precision_recall_curve_BTC.svg
- val_loss=1.466_epoch=0.pt
- predictions.npy
- val_loss=0.624_epoch=0.pt
- predictions.npy
- val_loss=0.835_epoch=0.pt
- predictions.npy
- val_loss=1.126_epoch=0.pt
- predictions.npy
- precision_recall_curve_BTC.svg
- val_loss=1.013_epoch=0.pt
- predictions.npy
- val_loss=0.623_epoch=2.onnx
- val_loss=0.624_epoch=2.pt
- predictions.npy
- val_loss=0.822_epoch=1.pt
- predictions.npy
- val_loss=0.962_epoch=0.pt
- predictions.npy
- FI-2010_horizon_10_TLOB_seed_42.ckpt
- FI-2010_horizon_1_TLOB_seed_42.ckpt
- FI-2010_horizon_2_TLOB_seed_42.ckpt
- FI-2010_horizon_5_TLOB_seed_42.ckpt
- precision_recall_curve_BTC.svg
- Test_Dst_NoAuction_ZScore_CF_7.zip
- Test_Dst_NoAuction_ZScore_CF_8.zip
- Test_Dst_NoAuction_ZScore_CF_9.zip
- Train_Dst_NoAuction_ZScore_CF_7.zip
- bin.cpython-310.pyc
- engine.cpython-310.pyc
- bin.py
- binctabl.py
- deeplob.py
- engine.py
- mlplob.py
- tlob.py
- dataset.cpython-310.pyc
- fi_2010.cpython-310.pyc
- lobster.cpython-310.pyc
- btc.py
- dataset.py
- fi_2010.py
- lobster.py
- utils_model.cpython-310.pyc
- attention.py
- utils_data.py
- utils_model.py
- .gitattributes
- .gitignore
- constants.py
- LICENSE
- main.py
- README.md
- requirements.txt
- run.py
- run_backtesting.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/LeonardoBerti00/TLOB
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd TLOB
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
python -m venv env
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
