From 143f3f985b533de7a7675ba1bebb58600886ff21 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 7 Oct 2020 14:06:38 +0800 Subject: [PATCH] Update README.md typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d73fb82..98fe9d495 100644 --- a/README.md +++ b/README.md @@ -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)