Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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 a wrong URL in RCPS docstring
* Fix double inference when using `predict_set` function in split conformal classification
* Add FAQ entry in the documentation about ongoing works to extend MAPIE for LLM control
* MAPIE now supports Python versions up to the latest release (currently 3.13)
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