CREDO

Conformalized Risk Estimation for Decision Optimization

A compact interactive demo for auditing whether prescribed decisions remain near-optimal under uncertainty.

Wenbin Zhou · Agni Orfanoudaki · Shixiang Zhu

Interactive 2D CREDO Demo

Audit a candidate decision in an editable 2D optimization problem

Compare saved tabs for simplified fixed-context linear, quadratic, and binary knapsack demos.

Current z: (0.00, 0.00)
Switches between the original linear objective, a simplified convex quadratic objective, and a finite binary knapsack example.
The number of extreme points defining the editable feasible decision region \(Z\).
3
The distribution type \(P_{Y\mid X=x}\) that the generative model is fitted over to generate outcome samples. In this simplified demo, \(x\) is held fixed.
Controls how dispersed the simulated outcome distribution is.
0.35
The number \(K\) of generated outcomes used to estimate decision risk.
60
The tolerance \(\epsilon\) used to determine whether candidate decision \(z\) is near-optimal for an outcome \(y\).
0.08
Selects the radius construction used in the risk estimator: Monte Carlo, \(p\)-value, or \(e\)-value.

Objective: \(f(z;y)=y^\top z\).

Decision space

Drag \(z\) or the boundary vertices.

Feasible region \(Z\) Selected \(z\) Editable boundary vertex

Outcome space

Samples vs. \(\pi^{-1}_{\epsilon}(z)\).

Ground-truth simulated outcome density Inverse feasible region \(\pi^{-1}_{\epsilon}(z)\) Near-optimal Not near-optimal

Risk estimate

Estimated non-near-optimal probability.

0.00 \(\hat{\alpha}(z)\)
Approx. true risk under simulated distribution 0.00

Educational 2D approximation; not a reproduction of the paper's full guarantees.

Simplified educational demo. Conformal-style balls and finite-decision margins are visual intuition, not full theoretical reproduction.

Code

Code repository

The official CREDO research code is maintained in the authors' repository and includes experiment notebooks, implementation files, and visualization code accompanying the paper.

View official code repository

Citation

BibTeX

@article{zhou2025credo,
  title  = {Conformalized Decision Risk Assessment},
  author = {Zhou, Wenbin and Orfanoudaki, Agni and Zhu, Shixiang},
  journal = {arXiv preprint arXiv:2505.13243},
  year   = {2025}
}