From e974fad9f87f61b0dfac1d39f4ef4e91305599c2 Mon Sep 17 00:00:00 2001 From: sofiane Date: Fri, 21 Jul 2023 11:26:24 +0200 Subject: [PATCH] UPD: Change Docstring according to previous change --- mapie/control_risk/ltt.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mapie/control_risk/ltt.py b/mapie/control_risk/ltt.py index e03833dba..ac2e526d6 100644 --- a/mapie/control_risk/ltt.py +++ b/mapie/control_risk/ltt.py @@ -78,10 +78,10 @@ def find_lambda_control_star( lambdas: NDArray ) -> Tuple[ArrayLike, ArrayLike]: """ - Return the lambda that give the maximum precision with a control - guarantee of level delta. - Note: When a list inf valid_index is empty, we can assume that - lambda is equal to 1, as no lambda can verify the fwer control. + Return the lambda that give the minimum precision along + the lambdas that satisfy FWER control. + Note: When a list in valid_index is empty, we can assume that + lambda is equal to 1, as no lambda can verify the FWER control. And so to make our statement clear we also assume that the risk is high.