From b0c09c0d6a5ddebebc6b9baa3b0de240e3a67f9d Mon Sep 17 00:00:00 2001 From: Jactus Date: Thu, 26 Nov 2020 22:48:59 +0800 Subject: [PATCH] Fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e0c985c8..c890afaca 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ For more details, please refer to our paper ["Qlib: An AI-oriented Quantitative - [Data Preparation](#data-preparation) - [Auto Quant Research Workflow](#auto-quant-research-workflow) - [Building Customized Quant Research Workflow by Code](#building-customized-quant-research-workflow-by-code) +- [Quant Model Zoo](#quant-model-zoo) - [Run a single model](#run-a-single-model) - [Run multiple models](#run-multiple-models) - [Quant Dataset Zoo](#quant-dataset-zoo) @@ -189,7 +190,7 @@ Qlib provides a tool named `qrun` to run the whole workflow automatically (inclu The automatic workflow may not suite the research workflow of all Quant researchers. To support a flexible Quant research workflow, Qlib also provides a modularized interface to allow researchers to build their own workflow by code. [Here](examples/workflow_by_code.ipynb) is a demo for customized Quant research workflow by code. -[# Quant Model Zoo](examples/benchmarks) +# [Quant Model Zoo](examples/benchmarks) ## Run a single model `Qlib` provides three different ways to run a single model, users can pick the one that fits their cases best: