Skip to content

FIX RCPS URL #711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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 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