Skip to content

Commit

Permalink
UPD: Default bound none with crc
Browse files Browse the repository at this point in the history
  • Loading branch information
SZiane committed Jul 20, 2023
1 parent 595136f commit 04c214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapie/multi_label_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def predict(
X: ArrayLike,
alpha: Optional[Union[float, Iterable[float]]] = None,
delta: Optional[float] = None,
bound: Optional[Union[str, None]] = "wsr"
bound: Optional[Union[str, None]] = None
) -> Union[NDArray, Tuple[NDArray, NDArray]]:
"""
Prediction sets on new samples based on target confidence
Expand Down

0 comments on commit 04c214b

Please sign in to comment.