1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix some typo in doc/comments (#1389)

* fix typo in docstrings

* fix typo

* fix typo

* fix black lint

* fix black lint
This commit is contained in:
YQ Tsui
2022-12-11 14:29:16 +08:00
committed by GitHub
parent 57f9813f85
commit 5e3924d7a6
6 changed files with 25 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ cd qlib/scripts/data_collector/pit/
python collector.py download_data --source_dir ~/.qlib/stock_data/source/pit --start 2000-01-01 --end 2020-01-01 --interval quarterly
```
Downloading all data from the stock is very time consuming. If you just want run a quick test on a few stocks, you can run the command below
Downloading all data from the stock is very time-consuming. If you just want to run a quick test on a few stocks, you can run the command below
```bash
python collector.py download_data --source_dir ~/.qlib/stock_data/source/pit --start 2000-01-01 --end 2020-01-01 --interval quarterly --symbol_regex "^(600519|000725).*"
```