Skip to content

Commit 36db891

Browse files
authored
FIX - URL in docstring (#711)
1 parent 45105d0 commit 36db891

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ History
55
1.x.x (2025-xx-xx)
66
------------------
77

8+
* Fix incorrect URL in PrecisionRecallController docstring
89
* Delete redundant risk control notebooks
910
* Add link to Thibault Cordier's repository on risk control
1011
* Add scientific references for regression conformity scores

mapie/risk_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class PrecisionRecallController(BaseEstimator, ClassifierMixin):
127127
[1] Lihua Lei Jitendra Malik Stephen Bates, Anastasios Angelopoulos
128128
and Michael I. Jordan. Distribution-free, risk-controlling prediction
129129
sets. CoRR, abs/2101.02703, 2021.
130-
URL https://arxiv.org/abs/2101.02703.39
130+
URL https://arxiv.org/abs/2101.02703
131131
132132
[2] Angelopoulos, Anastasios N., Stephen, Bates, Adam, Fisch, Lihua,
133133
Lei, and Tal, Schuster. "Conformal Risk Control." (2022).

0 commit comments

Comments
 (0)