From 5515a644feb9d8bbb9867409fa0f1764c151e304 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 9 Jan 2025 19:25:23 +0800 Subject: [PATCH] update code --- README.md | 1 + docs/component/data.rst | 2 +- scripts/check_data_health.py | 54 +++++++++++++++++++----------------- 3 files changed, 30 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e4086c29f2..4de34cf79f 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ We recommend users to prepare their own data if they have a high-quality dataset ``` 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 ``` + * If you want more information about `check_data_health`, please refer to the [documentation](https://qlib.readthedocs.io/en/latest/component/data.html#checking-the-health-of-the-data).