Skip to content

Conversation

@lihuoran
Copy link
Contributor

@lihuoran lihuoran commented Dec 5, 2022

Description

Motivation and Context

How Has This Been Tested?

  • Pass the test by running: pytest qlib/tests/test_all_pipeline.py under upper directory of qlib.
  • If you are adding a new feature, test on your own test scripts.

Screenshots of Test Results (if appropriate):

  1. Pipeline test:
  2. Your own tests:

Types of changes

  • Fix bugs
  • Add new feature
  • Update documentation

@lihuoran lihuoran requested a review from you-n-g December 5, 2022 06:03

instruments = sorted(set(df["instrument"]))

# Skip dates that contain missing data
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example is expected to be able to handle data containing missing values.

We should leave a TODO here to let users know it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@you-n-g you-n-g merged commit 577923a into main Dec 6, 2022
@you-n-g you-n-g deleted the huoran/fix_rl_example_bug branch December 6, 2022 12:50
@you-n-g you-n-g added the bug Something isn't working label Dec 9, 2022
qianyun210603 pushed a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* Fix data pipeline

* Add TODO
qianyun210603 pushed a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* Fix data pipeline

* Add TODO
qianyun210603 pushed a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* Fix data pipeline

* Add TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants