From 6c401d17b8e85bd722e4f1f7ce67082c6a16617a Mon Sep 17 00:00:00 2001 From: Jactus Date: Wed, 30 Sep 2020 10:05:32 +0800 Subject: [PATCH] Remove estimator test and Update README --- .github/workflows/test.yml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4c71650e..a3ada4b26 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,6 @@ jobs: - name: Test data downloads and examples run: | python scripts/get_data.py qlib_data_cn --target_dir ~/.qlib/qlib_data/cn_data - cd examples - estimator -c estimator/estimator_config.yaml - jupyter nbconvert --execute estimator/analyze_from_estimator.ipynb --to html \ No newline at end of file + # cd examples + # estimator -c estimator/estimator_config.yaml + # jupyter nbconvert --execute estimator/analyze_from_estimator.ipynb --to html \ No newline at end of file diff --git a/README.md b/README.md index d9970decb..45ccea1c6 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ This dataset is created by public data collected by [crawler scripts](scripts/da the same repository. Users could create the same dataset with it. -*Please pay **ATTENTION** that the data is collected from [Yahoo Finance](https://finance.yahoo.com/lookup) and the data might not be perfect. We recommend users to prepare their own data if they have high-quality dataset. For more information, users can refer to the [related document](https://qlib.readthedocs.io/en/latest/component/data.html#converting-csv-format-into-qlib-format)* +*Please pay **ATTENTION** that the data is collected from [Yahoo Finance](https://finance.yahoo.com/lookup) and the data might not be perfect. We recommend users to prepare their own data if they have high-quality dataset. For more information, users can refer to the [related document](https://qlib.readthedocs.io/en/latest/component/data.html#converting-csv-format-into-qlib-format)*.