Official code for the KDD 2025 paper:
SDE: A Simplified and Disentangled Dependency Encoding Framework for State Space Models in Time Series Forecasting
Zixuan Weng, Jindong Han, Wenzhao Jiang, Hao Liu
Paper: https://arxiv.org/abs/2408.12068
- Install Pytorch and necessary dependencies.
pip install -r requirements.txt-
The datasets can be obtained from the iTransformer GitHub repository or downloaded directly from Google Drive.
-
Train and evaluate the model:
# Multivariate forecasting with SDE
bash ./scripts/SAMBA/weather.sh