Skip to content
/ RAFT Public
forked from archon159/RAFT

Retrieval-Augmented Forecasting of Time-series

License

Notifications You must be signed in to change notification settings

AbnerTeng/RAFT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

  • Python 100.0%