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

Add TabNet config

This commit is contained in:
Jactus
2020-11-25 11:16:01 +08:00
parent 0e2c2fcd7f
commit 991c6195bd
9 changed files with 114 additions and 34 deletions

View File

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