Thanks to visit codestin.com
Credit goes to github.com

Skip to content

archon159/RAFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retrieval-Augmented Forecasting of Time-series (RAFT)

This is the official PyTorch implementation of our paper (Link), which is accepted to ICML 2025.
The code is build on the base of Time-Series-Library.

Required Packages

  • python == 3.9.13
  • numpy == 1.24.3
  • torch == 1.10.0
  • tqdm == 4.65.0

Usage

  1. Create ./data directory and place dataset files in ./data directory.
  2. Run following code.
python3 run.py --data [DATASET]

About

Retrieval-Augmented Forecasting of Time-series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages