The papers can also be found in clarte_phd.pdf at Chapters 1 to 7 (except for Chapter 6). They are the following :
-
Theoretical characterization of uncertainty in high-dimensional linear classification : Link to paper, Github repo
-
On double-descent in uncertainty quantification in overparametrized models : Link to paper, Github repo
-
Expectation consistency for calibration of neural networks : Link to paper, Github repo
-
Analysis of Bootstrap and Subsampling in High-dimensional Regularized Regression : Link to paper, Github repo
-
Building Conformal Prediction Intervals with Approximate Message Passing : Link to paper, Github repo
Remarks on the code The codes are written in Python, Julia or Rust. Rust code requires compilation into a Python package, the instructions are provided in this repository.
- The folder
ensemblingcontains : codes and reports regarding ensembling in the context of random feature models, see Chapter 6 of Lucas Clarte's manuscript inclarte_phd.pdf. The filesensembling_files.zipandensembling_output.pdfcontains the notes on this model. The sub-folderrandom-featurescontains experiments on ensembling random features.
- Unpublished work on mean-variance estimators : Github repo. The folder
mean-variancecontains Adam's report on this model.
# Misc
- The folder
double-descentcontains numerical experiments to observe a double descent phenomenon in the calibration curve on real datasets.