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:
@@ -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).*"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user