Skip to content

Commit

Permalink
fix sphinx error
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Jan 8, 2025
1 parent d4a6ced commit a1d5b7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/component/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,12 @@ Checking the health of the data

for daily data:
.. code-block:: bash
python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data
for 1min data:
.. code-block:: bash
python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data_1min --freq 1min
- Of course, you can also add some parameters to adjust the test results.
Expand All @@ -238,10 +240,12 @@ Checking the health of the data

for daily data:
.. code-block:: bash
python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data --missing_data_num 30055 --large_step_threshold_volume 94485 --large_step_threshold_price 20
for 1min data:
.. code-block:: bash
python scripts/check_data_health.py check_data --qlib_dir ~/.qlib/qlib_data/cn_data_1min --freq 1min --missing_data_num 30055 --large_step_threshold_volume 94485 --large_step_threshold_price 20
Stock Pool (Market)
Expand Down

0 comments on commit a1d5b7c

Please sign in to comment.