Skip to content

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

Merged
you-n-g merged 5 commits intomicrosoft:mainfrom
lzh222333:qlib/main
Jun 30, 2021
Merged

Make OnlineToolR more user-friendly and fix some bugs#475
you-n-g merged 5 commits intomicrosoft:mainfrom
lzh222333:qlib/main

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
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.

2 participants