1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 17:12:20 +08:00

Add the HIST and IGMTF model on Alpha360 (#1040)

* Commit the code of HIST and IGMTF on Alpha360

* add stock index

* Update README.md

* delete useless code

* fix the bug of code format with black

* fix pylint bugs

* fix the bugs of pylint

* fix pylint bugs

* fix flake8
This commit is contained in:
Wentao Xu
2022-04-14 01:45:49 +08:00
committed by GitHub
parent 7bfc7e1797
commit 87926513cb
11 changed files with 1149 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
pandas==1.1.2
numpy==1.21.0
scikit_learn==0.23.2
torch==1.7.0