| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of the paper "TimeRecipe: A Time-Series Forecasting Recipe via Benchmarking Module Level Effectiveness."
Authors: Zhiyuan Zhao, Juntong Ni, Haoxin Liu, Shangqing Xu, Wei Jin, B.Aditya Prakash
Placement: ICLR 2026
Paper + Appendix: https://arxiv.org/abs/2506.06482
Please follow the training scripts provided in TimeRecipeResults.
To train a single setup
python -u run.py --seed 2021 --task_name long_term_forecast --use_norm True --use_decomp True --fusion temporal --emb_type token --ff_type mlp --${Other Args}$
To train a batch of setup
bash scripts/ecl_96_m/2021.sh
or a customized batch of experiments aross datasets
bash run_2021.sh
All raw and processes results can be found at TimeReciperesults.
For data properties calculation, please follow: [Code], [Setup(en)], [Setup(cn)].
If you have any questions about the code, please contact Zhiyuan Zhao at leozhao1997[at]gatech[dot]edu.
If you find our work useful, please cite our work:
@article{zhao2025timerecipe,
title={TimeRecipe: A Time-Series Forecasting Recipe via Benchmarking Module Level Effectiveness},
author={Zhao, Zhiyuan and Ni, Juntong and Xu, Shangqing and Liu, Haoxin and Jin, Wei and Prakash, B Aditya},
journal={arXiv preprint arXiv:2506.06482},
year={2025}
}
This work also builds on previous works, please consider cite these works properly.
Time Series Library (TSLib). [Code]
TFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods. [Paper][Code]
| Back | FazBrowse Home | New Git URL |