From 15adeb829a71c9f1da9fd4dec41d551c39400128 Mon Sep 17 00:00:00 2001 From: digger yu Date: Sat, 4 May 2024 20:52:05 +0800 Subject: [PATCH] fix typo s/Licence /License --- README.md | 2 +- docs/advanced/PIT.rst | 2 +- docs/component/data.rst | 2 +- docs/component/model.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9d5e4cc23..d54d7d548c 100644 --- a/README.md +++ b/README.md @@ -521,7 +521,7 @@ You can find some impefect implementation in Qlib by `rg 'TODO|FIXME' qlib` If you would like to become one of Qlib's maintainers to contribute more (e.g. help merge PR, triage issues), please contact us by email([qlib@microsoft.com](mailto:qlib@microsoft.com)). We are glad to help to upgrade your permission. -## Licence +## License Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the right to use your contribution. For details, visit https://cla.opensource.microsoft.com. diff --git a/docs/advanced/PIT.rst b/docs/advanced/PIT.rst index d8eda2097f..a82ed74619 100644 --- a/docs/advanced/PIT.rst +++ b/docs/advanced/PIT.rst @@ -133,4 +133,4 @@ Known limitations: - Currently, the PIT database is designed for quarterly or annually factors, which can handle fundamental data of financial reports in most markets. - Qlib leverage the file name to identify the type of the data. File with name like `XXX_q.data` corresponds to quarterly data. File with name like `XXX_a.data` corresponds to annual data. -- The caclulation of PIT is not performed in the optimal way. There is great potential to boost the performance of PIT data calcuation. +- The calculation of PIT is not performed in the optimal way. There is great potential to boost the performance of PIT data calculation. diff --git a/docs/component/data.rst b/docs/component/data.rst index 7c73d77d84..6dba9d55dc 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -541,7 +541,7 @@ We've specially designed a file structure to manage data and cache, please refer [cached data] updated when raw data is updated - calculated features/ - sh600000/ - - [hash(instrtument, field_expression, freq)] + - [hash(instrument, field_expression, freq)] - all-time expression -cache data file - .meta : an assorted meta file recording the instrument name, field name, freq, and visit times - ... diff --git a/docs/component/model.rst b/docs/component/model.rst index e0c630ccaa..74b825ed97 100644 --- a/docs/component/model.rst +++ b/docs/component/model.rst @@ -86,7 +86,7 @@ Example }, } - # model initiaiton + # model initiation model = init_instance_by_config(task["model"]) dataset = init_instance_by_config(task["dataset"])