-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[DDG-DA] Update crowd-sourced data results #1405
Conversation
- The rolling time intervals are set to 20 trading days. | ||
- The test rolling periods are from January 2017 to August 2020. | ||
### Crowd Sourced Data | ||
Here is the [crowd sourced version of qlib data](data_collector/crowd_source/README.md): https://github.com/chenditc/investment_data/releases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the reason why Qlib's public data is not used and this data-source is preferred.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Yahoo version of qlib data does not contain VWAP
, so all related factors are missing and filled with 0, which leads to a singular matrix and makes lower-level optimization of DDG-DA can not be solved.
Please merge main branch to fix the CI. The CI issue has been fixed in #1398 |
* [DDG-DA] Update crowd-sourced data experiments * Remove internal data version * Modify README
* [DDG-DA] Update crowd-sourced data experiments * Remove internal data version * Modify README
* [DDG-DA] Update crowd-sourced data experiments * Remove internal data version * Modify README
[DDG-DA] Update crowd-sourced data results
Description
Updating the experiment results on crowd-sourced data.
Types of changes