Skip to content

yuhenglai/OLCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Localized Conformal Prediction

This repository contains code for reproducing the experiments in "Online Localized Conformal Prediction."

Files

  • cp_methods.py: implementations of CP, LCP, ACI, DtACI, SPCI, OLCP, and OLCP-Hedge.
  • notebooks/simu.ipynb: synthetic experiments.
  • notebooks/elec2.ipynb: ELEC2 experiment.
  • notebooks/ILI..ipynb: ILINet experiment.
  • notebooks/vix.ipynb: ETF volatility experiment.
  • data/: input data files.

Installation

conda create -n olcp python=3.11
conda activate olcp
pip install -r requirements.txt

About

Code implementation for Online Localized Conformal Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors