1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-13 15:56:57 +08:00

added KRNN and Sandwich models and their example results based on Alpha360 (#1414)

* Update README.md

updated the result of KRNN and Sandwich models based on Alpha360

* Update README.md

* Update README.md

* Add files via upload

* Update README.md

* Update README.md

* Update README.md

* Add files via upload

* Delete pytorch_krnn.py

* Delete pytorch_sandwich.py

* Add files via upload

* Update pytorch_sandwich.py

* Update pytorch_krnn.py

* Update pytorch_sandwich.py

* Update pytorch_krnn.py

* Update README.md

* Update README.md

* Update requirements.txt

* Update requirements.txt

* Update README.md

* Update README.md

* Update pytorch_sandwich.py

* Update link on index

---------

Co-authored-by: Young <afe.young@gmail.com>
This commit is contained in:
yaxuan999
2023-05-26 18:42:58 +08:00
committed by GitHub
parent 19a0eb78bc
commit efffb2819a
10 changed files with 1096 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
numpy==1.23.4
pandas==1.5.2