From 35af9ad954be40c90432b488d6e07daf3a7faacc Mon Sep 17 00:00:00 2001 From: bxdd Date: Wed, 3 Feb 2021 09:02:32 +0000 Subject: [PATCH] update docs --- examples/highfreq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/highfreq/README.md b/examples/highfreq/README.md index 56981abcc..067db4318 100644 --- a/examples/highfreq/README.md +++ b/examples/highfreq/README.md @@ -16,7 +16,7 @@ The High-Frequency Dataset is implemented as `qlib.data.dataset.DatasetH` in the ### About Reinitialization -After reloading `Dataset` from disk, `Qlib` also support reinitialize the dataset. It means that users can reset some config of `Dataset` or `DataHandler` such as `instruments`, `start_time`, `end_time` and `segmens`, etc. +After reloading `Dataset` from disk, `Qlib` also support reinitializing the dataset. It means that users can reset some config of `Dataset` or `DataHandler` such as `instruments`, `start_time`, `end_time` and `segmens`, etc. The example is given in `workflow.py`, users can run the code as follows.