1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 12:30:57 +08:00
This commit is contained in:
Gabriel Luiz Freitas Almeida
2020-10-14 22:39:50 +00:00
committed by you-n-g
parent eda0c81bfb
commit 59047df699

View File

@@ -189,7 +189,7 @@ The automatic workflow may not suite the research workflow of all Quant research
Here is a list of models built on `Qlib`.
- [GBDT based on lightgbm](qlib/contrib/model/gbdt.py)
- [MLP based on pytroch](qlib/contrib/model/pytorch_nn.py)
- [MLP based on pytorch](qlib/contrib/model/pytorch_nn.py)
Your PR of new Quant models is highly welcomed.