Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MogicianXD authored Nov 10, 2023
1 parent 8640dfd commit 5d4dba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/benchmarks_dynamic/incremental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is the official implementation of `DoubleAdapt`, an incremental learning fr

The paper has been accepted by KDD 2023, which is better to read in [[arXiv](https://arxiv.org/abs/2306.09862)].

To get rid of dependencies on qlib, please refer to our [API](https://github.com/SJTU-Quant/DoubleAdapt) repo.
To get rid of dependencies on qlib, please refer to our [API](https://github.com/SJTU-Quant/DoubleAdapt) repo. (This API repo is not well maintained and may have undiscovered bugs. We still recommend our qlib repo)

## :newspaper: News
Sep 15, 2023 :hammer: Support overriding learning rates during online training (meta-valid and meta-test).
Expand All @@ -15,9 +15,9 @@ We also **CHANGED** our argparser: the arg `--lr` now means the learning rate of
## Organization
The runner program is [./main.py](main.py).

The core implementation of the framework lies in [qlib/contrib/meta/incremental/](https://github.com/SJTU-Quant/qlib/contrib/meta/incremental/).
The core implementation of the framework lies in [qlib/contrib/meta/incremental/](https://github.com/SJTU-Quant/qlib/blob/main/qlib/contrib/meta/incremental/).

The implementation of any forecast model lies in [qlib/contrib/model/](https://github.com/SJTU-Quant/qlib/contrib/model/) (e.g., GRU is in [qlib/contrib/model/pytorch_gru.py](https://github.com/SJTU-Quant/qlib/contrib/model/pytorch_gru.py)).
The implementation of any forecast model lies in [qlib/contrib/model/](https://github.com/SJTU-Quant/qlib/blob/main/qlib/contrib/model/) (e.g., GRU is in [qlib/contrib/model/pytorch_gru.py](https://github.com/SJTU-Quant/qlib/blob/main/qlib/contrib/model/pytorch_gru.py)).

## Scripts
```bash
Expand Down

0 comments on commit 5d4dba2

Please sign in to comment.