Skip to content

Commit f42ab50

Browse files
Docs
1 parent 45c2235 commit f42ab50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notes/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A core idea of **rexmex** is the use of ``wrapper`` functions to help with recur
9898
.. jupyter-execute::
9999

100100
from rexmex.metrics.classification import accuracy_score
101-
from rexmex.utils import binaries
101+
from rexmex.utils import binarize
102102

103103
new_accuracy_score = binarize(accuracy)
104104
accuracy_value = new_accuracy_score(scores.y_true, scores.y_score)

0 commit comments

Comments
 (0)