Skip to content

Commit

Permalink
UPD: whitespace in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SZiane committed Jul 20, 2023
1 parent cfedf0a commit 17878ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mapie/multi_label_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ class MapieMultiLabelClassifier(BaseEstimator, ClassifierMixin):
Optimal threshold for a given alpha.
valid_index: List[List[Any]]
List of list of all index that satisfy fwer controlling.
This attribute is computed when the user wants to
control precision score.
List of list of all index that satisfy fwer controlling.
This attribute is computed when the user wants to
control precision score.
Only relevant when metric_control="precision" as it uses
learn then test (ltt) procedure.
Contains n_alpha lists (see predict).
Expand Down

0 comments on commit 17878ec

Please sign in to comment.