Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make OnlineToolR more user-friendly and fix some bugs #475

Merged
merged 5 commits into from Jun 30, 2021

Conversation

lzh222333
Copy link
Contributor

@lzh222333 lzh222333 commented Jun 22, 2021

Description

Make OnlineToolR more user-friendly and fix some bugs.

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

@lzh222333 lzh222333 changed the title Make OnlineToolR more user-friendly and fix some bugs of PredUpdater Make OnlineToolR more user-friendly and fix some bugs Jun 23, 2021
qlib/data/dataset/loader.py Show resolved Hide resolved
qlib/workflow/recorder.py Show resolved Hide resolved
qlib/workflow/online/utils.py Outdated Show resolved Hide resolved
with Path(path).open("rb") as f:
return pickle.load(f)
except OSError as e:
raise QlibException(message=str(e))
Copy link
Collaborator

Choose a reason for hiding this comment

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

This exception should be defined in the interface of Recorder

@you-n-g you-n-g merged commit b523b27 into microsoft:main Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants