1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 14:56:55 +08:00

Add SFM config

This commit is contained in:
Jactus
2020-11-25 14:58:23 +08:00
parent fcbafde741
commit 3520d3b108
6 changed files with 131 additions and 54 deletions

View File

@@ -198,6 +198,7 @@ Here is a list of models built on `Qlib`.
- [LSTM based on pytorcn](qlib/contrib/model/pytorch_lstm.py)
- [GATs based on pytorch](qlib/contrib/model/pytorch_gats.py)
- [TabNet based on pytorch](qlib/contrib/model/tabnet.py)
- [SFM based on pytorch](qlib/contrib/model/pytorch_sfm.py)
<!-- - [TFT based on tensorflow](examples/benchmarks/TFT/tft.py) -->
Your PR of new Quant models is highly welcomed.