Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History
1.x.x (2025-xx-xx)
------------------

* Fix incorrect URL in PrecisionRecallController docstring
* Delete redundant risk control notebooks
* Add link to Thibault Cordier's repository on risk control
* Add scientific references for regression conformity scores
Expand Down
2 changes: 1 addition & 1 deletion mapie/risk_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class PrecisionRecallController(BaseEstimator, ClassifierMixin):
[1] Lihua Lei Jitendra Malik Stephen Bates, Anastasios Angelopoulos
and Michael I. Jordan. Distribution-free, risk-controlling prediction
sets. CoRR, abs/2101.02703, 2021.
URL https://arxiv.org/abs/2101.02703.39
URL https://arxiv.org/abs/2101.02703

[2] Angelopoulos, Anastasios N., Stephen, Bates, Adam, Fisch, Lihua,
Lei, and Tal, Schuster. "Conformal Risk Control." (2022).
Expand Down
Loading