From 31eed70791702a2d6d01caaec25a002f4168c178 Mon Sep 17 00:00:00 2001 From: sofiane Date: Thu, 20 Jul 2023 14:47:24 +0200 Subject: [PATCH] UPD: docstring --- mapie/control_risk/crc_rcps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mapie/control_risk/crc_rcps.py b/mapie/control_risk/crc_rcps.py index 1b994e554..278c30596 100644 --- a/mapie/control_risk/crc_rcps.py +++ b/mapie/control_risk/crc_rcps.py @@ -13,8 +13,8 @@ def get_r_hat_plus( ) -> Tuple[NDArray, NDArray]: """ Compute the upper bound of the loss for each lambda. - The procedure here is the one presented in paper RCPS[1] - and CRC [2]. + The procedure here are the RCPS[1] + and CRC [2] methods. Parameters ----------