We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c2235 commit f42ab50Copy full SHA for f42ab50
docs/source/notes/introduction.rst
@@ -98,7 +98,7 @@ A core idea of **rexmex** is the use of ``wrapper`` functions to help with recur
98
.. jupyter-execute::
99
100
from rexmex.metrics.classification import accuracy_score
101
- from rexmex.utils import binaries
+ from rexmex.utils import binarize
102
103
new_accuracy_score = binarize(accuracy)
104
accuracy_value = new_accuracy_score(scores.y_true, scores.y_score)
0 commit comments