Skip to content

Commit

Permalink
UPD: Change Docstring according to previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
SZiane committed Jul 21, 2023
1 parent 86e4990 commit e974fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mapie/control_risk/ltt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e974fad

Please sign in to comment.