From 1338bf3c6964d17a97bfd244a967c3e7f227f2e9 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Sat, 11 Sep 2021 14:45:25 +0100 Subject: [PATCH] fix typos --- README.md | 2 +- scripts/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e89bec9a323..a47ea21db63 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ All the models listed above are runnable with ``Qlib``. Users can find the confi - Users can use the script [`run_all_model.py`](examples/run_all_model.py) listed in the `examples` folder to run a model. Here is an example of the specific shell command to be used: `python run_all_model.py --models=lightgbm`, where the `--models` arguments can take any number of models listed above(the available models can be found in [benchmarks](examples/benchmarks/)). For more use cases, please refer to the file's [docstrings](examples/run_all_model.py). ## Run multiple models -`Qlib` also provides a script [`run_all_model.py`](examples/run_all_model.py) which can run multiple models for several iterations. (**Note**: the script only support *Linux* for now. Other OS will be supported in the future. Besides, it doesn't support parrallel running the same model for multiple times as well, and this will be fixed in the future development too.) +`Qlib` also provides a script [`run_all_model.py`](examples/run_all_model.py) which can run multiple models for several iterations. (**Note**: the script only support *Linux* for now. Other OS will be supported in the future. Besides, it doesn't support parallel running the same model for multiple times as well, and this will be fixed in the future development too.) The script will create a unique virtual environment for each model, and delete the environments after training. Thus, only experiment results such as `IC` and `backtest` results will be generated and stored. diff --git a/scripts/README.md b/scripts/README.md index ff2e7f40255..0195b6fb694 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,7 +1,7 @@ - [Download Qlib Data](#Download-Qlib-Data) - [Download CN Data](#Download-CN-Data) - - [Downlaod US Data](#Downlaod-US-Data) + - [Download US Data](#Download-US-Data) - [Download CN Simple Data](#Download-CN-Simple-Data) - [Help](#Help) - [Using in Qlib](#Using-in-Qlib)