Skip to content

Commit

Permalink
UPD: update file rst+ docString
Browse files Browse the repository at this point in the history
  • Loading branch information
SZiane committed Jul 20, 2023
1 parent 04c214b commit b607cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/notebooks_multilabel_classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ methods proposed in MAPIE.

1. Overview of Risk Control for Multi-Label Classification :
`notebook <https://github.com/scikit-learn-contrib/MAPIE/tree/master/notebooks/classification/tutorial_multilabel_classification.ipynb>`_
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------
3 changes: 3 additions & 0 deletions mapie/control_risk/crc_rcps.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ def get_r_hat_plus(
method: Optional[str]
Correspond to the method use to control recall
score. Could be either CRC or RCPS.
When method is RCPS and bound is None the default
bound use wsr.
bound: Optional[str]
Bounds to compute. Either hoeffding, bernstein or wsr.
When method is RCPS and bound in None, use wsr bound.
delta: Optional[float]
Level of confidence.
Expand Down

0 comments on commit b607cb5

Please sign in to comment.