Skip to content

DDG-DA paper code#743

Merged
you-n-g merged 47 commits into
microsoft:mainfrom
you-n-g:ds
Jan 10, 2022
Merged

DDG-DA paper code#743
you-n-g merged 47 commits into
microsoft:mainfrom
you-n-g:ds

Conversation

@you-n-g
Copy link
Copy Markdown
Contributor

@you-n-g you-n-g commented Dec 11, 2021

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

Comment thread docs/component/meta.rst
@@ -0,0 +1,53 @@
.. _meta:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Check CI

Comment thread docs/component/meta.rst Outdated
Comment thread docs/component/meta.rst
Comment thread examples/benchmarks_dynamic/DDG-DA/README.md


The data in the paper are private. So we conduct experiments on Qlib's public dataset.
Though the dataset is different, the conclusions remains same.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Memory Consumption & Time(cores)

Comment thread qlib/contrib/meta/TCTS/model.py Outdated
Comment thread qlib/contrib/meta/TCTS/net.py Outdated
@@ -0,0 +1,54 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

delete

Comment thread qlib/contrib/meta/data_selection/net.py Outdated
Comment thread qlib/contrib/meta/data_selection/utils.py Outdated
Comment thread qlib/contrib/meta/data_selection/utils.py Outdated
Comment thread examples/benchmarks_dynamic/baseline/rolling_benchmark.py Outdated
Comment thread qlib/contrib/meta/data_selection/dataset.py Outdated
Comment thread examples/benchmarks_dynamic/REAMDE.md Outdated
@you-n-g you-n-g merged commit cf35562 into microsoft:main Jan 10, 2022
@you-n-g you-n-g deleted the ds branch January 10, 2022 08:52
@you-n-g you-n-g added the enhancement New feature or request label Jan 12, 2022
qianyun210603 pushed a commit to qianyun210603/qlib that referenced this pull request Mar 23, 2023
* Merge data selection to main

* Update trainer for reweighter

* Typos fixed.

* update data selection interface

* successfully run exp after refactor some interface

* data selection share handler &  trainer

* fix meta model time series bug

* fix online workflow set_uri bug

* fix set_uri bug

* updawte ds docs and delay trainer bug

* docs

* resume reweighter

* add reweighting result

* fix qlib model import

* make recorder more friendly

* fix experiment workflow bug

* commit for merging master incase of conflictions

* Successful run DDG-DA with a single command

* remove unused code

* asdd more docs

* Update README.md

* Update & fix some bugs.

* Update configuration & remove debug functions

* Update README.md

* Modfify horizon from code rather than yaml

* Update performance in README.md

* fix part comments

* Remove unfinished TCTS.

* Fix some details.

* Update meta docs

* Update README.md of the benchmarks_dynamic

* Update README.md files

* Add README.md to the rolling_benchmark baseline.

* Refine the docs and link

* Rename README.md in benchmarks_dynamic.

* Remove comments.

* auto download data

Co-authored-by: wendili-cs <wendili.academic@qq.com>
Co-authored-by: demon143 <785696300@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants