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 f42ab50 commit 75d87c1Copy full SHA for 75d87c1
docs/source/notes/introduction.rst
@@ -100,7 +100,7 @@ A core idea of **rexmex** is the use of ``wrapper`` functions to help with recur
100
from rexmex.metrics.classification import accuracy_score
101
from rexmex.utils import binarize
102
103
- new_accuracy_score = binarize(accuracy)
+ new_accuracy_score = binarize(accuracy_score)
104
accuracy_value = new_accuracy_score(scores.y_true, scores.y_score)
105
print("{:.3f}".format(accuracy_value))
106
0 commit comments