Time Series Orchestra (TSorchestra) is a novel ensemble framework designed for zero-shot time series forecasting. It is built upon a curated collection of time series foundation models. The architecture is designed to leverage the specialized capabilities of its constituent models to deliver SOTA performance and generalization across datasets.
43
stars
7
commits
Python
primary language
May 5, 2026
updated
[Ongoing Project]
Time Series Orchestra (TSorchestra) is a novel ensemble framework designed for zero-shot time series forecasting. It's a curated collection of time series foundation models (TSFMs) that leverages each TSFM's strengths to create something greater than the sum of its parts, yielding SOTA performance.
tso from our .yml file:conda env create -f environment.yml
mkdir data
huggingface-cli download Salesforce/GiftEval --repo-type=dataset --local-dir data
bash echo "GIFT_EVAL=data" >> .env Run our evaluation script to reproduce our results:
chmod +x ./cli/eval.sh
./cli/eval.sh
@article{cao2025conversational,
title={Conversational Time Series Foundation Models: Towards Explainable and Effective Forecasting},
author={Cao, Defu and Gee, Michael and Liu, Jinbo and Wang, Hengxuan and Yang, Wei and Wang, Rui and Liu, Yan},
journal={arXiv preprint arXiv:2512.16022},
year={2025}
}
Python
73.7%
Jupyter Notebook
21.5%
Shell
4.8%
Time Series Orchestra (TSorchestra) is a novel ensemble framework designed for zero-shot time series forecasting. It is built upon a curated collection of time series foundation models. The architecture is designed to leverage the specialized capabilities of its constituent models to deliver SOTA performance and generalization across datasets.
43
stars
7
commits
Python
primary language
May 5, 2026
updated
[Ongoing Project]
Time Series Orchestra (TSorchestra) is a novel ensemble framework designed for zero-shot time series forecasting. It's a curated collection of time series foundation models (TSFMs) that leverages each TSFM's strengths to create something greater than the sum of its parts, yielding SOTA performance.
tso from our .yml file:conda env create -f environment.yml
mkdir data
huggingface-cli download Salesforce/GiftEval --repo-type=dataset --local-dir data
bash echo "GIFT_EVAL=data" >> .env Run our evaluation script to reproduce our results:
chmod +x ./cli/eval.sh
./cli/eval.sh
@article{cao2025conversational,
title={Conversational Time Series Foundation Models: Towards Explainable and Effective Forecasting},
author={Cao, Defu and Gee, Michael and Liu, Jinbo and Wang, Hengxuan and Yang, Wei and Wang, Rui and Liu, Yan},
journal={arXiv preprint arXiv:2512.16022},
year={2025}
}
Python
73.7%
Jupyter Notebook
21.5%
Shell
4.8%