Skip to content

Official implementation of "Conformal prediction for multi-dimensional time series by ellipsoidal sets" (ICML 2024 spotlight)

License

Notifications You must be signed in to change notification settings

rishirelan/MultiDimSPCI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiDimSPCI

Official implementation of Conformal prediction for multi-dimensional time series by ellipsoidal sets, which is accepted by ICML 2024 (spotlight).

Please direct implementation inquiries to [email protected].

Pre-requisites

pip install -r requirements.txt

Usage

This work is built on our previous published work Sequential Predictive Conformal Inference for Time Series (ICML 2023).

See wind_2d.ipynb for a demonstration on 2d wind data.

If you find our work useful, please consider citing it

@inproceedings{xuconformal,
  title={Conformal prediction for multi-dimensional time series by ellipsoidal sets},
  author={Xu, Chen and Jiang, Hanyang and Xie, Yao},
  booktitle={Forty-first International Conference on Machine Learning}
}

About

Official implementation of "Conformal prediction for multi-dimensional time series by ellipsoidal sets" (ICML 2024 spotlight)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 77.7%
  • Python 22.3%