diff --git a/HISTORY.rst b/HISTORY.rst index 8dcd5d3fe..241c1e990 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/mapie/risk_control.py b/mapie/risk_control.py index 4228f569d..5489eed11 100644 --- a/mapie/risk_control.py +++ b/mapie/risk_control.py @@ -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).