1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 18:40:58 +08:00

Update README.md

typo
This commit is contained in:
you-n-g
2020-10-07 14:06:38 +08:00
committed by GitHub
parent 660847a3c8
commit 143f3f985b

View File

@@ -186,14 +186,14 @@ The automatic workflow may not suite the research workflow of all Quant research
# Quant Model Zoo
Here is a list of models build on `Qlib`.
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)
Your PR of new Quant models is highly welcomed.
# Quant Dataset Zoo
Dataset plays a very important role in Quant. Here is a list of the datasets build on `Qlib`.
Dataset plays a very important role in Quant. Here is a list of the datasets built on `Qlib`.
- [Alpha360](./qlib/contrib/estimator/handler.py)
- [Alpha158](./qlib/contrib/estimator/handler.py)