From 75aa6221153f57272feb92a84bc7fa5aab6bb5f6 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 14 Oct 2020 22:39:50 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5280fe9f8..988a8a385b 100644 --- a/README.md +++ b/README.md @@ -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.