CCDM: Channel-Aware Contrastive Conditional Diffusion for Multivariate Probabilistic Forecasting
October 9, 2025 ยท View on GitHub
To straightforwardly implement CCDM method on various forecasting scenarios demonstrated in original manuscript, please directly change the configurations in four executable files:
- run_I48_O96.py
- run_I96_O168.py
- run_I192_O336.py
- run_I336_O720.py
Dataset is available at: https://github.com/thuml/Time-Series-Library.
We will continue to refine this code repository once the paper can be published.