Skip to content

tfmortie/hcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conformal Prediction in Hierarchical Classification with Constrained Representation Complexity

[IN CONSTRUCTION]

ℹ️ Description

Scikit-learn wrapper for conformal prediction in hierarchical classification with support for constrained representation complexity.

⚡️ Getting started

A quick walkthrough can be found in the tutorial notebooks/tutorial.ipynb.

⚙️ Installation

# clone package
git clone https://github.com/tfmortie/hcp
cd hcp

# [OPTIONAL] create conda environment
conda create -n hcp python=3.12
conda activate hcp

# install package
pip install .

# [OPTIONAL] install in editable mode
pip install -e .

References

  • Conformal Prediction in Hierarchical Classification, Mortier et al., In review (2025), arXiv https://arxiv.org/abs/2501.19038
  • Set-valued prediction in hierarchical classification with constrained representation complexity, Mortier et al., Proceedings of Machine Learning Research (2022)

About

Conformal Prediction in Hierarchical Classification with Constrained Representation Complexity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors