Skip to content

Commit 75d87c1

Browse files
Docs
1 parent f42ab50 commit 75d87c1

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
@@ -100,7 +100,7 @@ A core idea of **rexmex** is the use of ``wrapper`` functions to help with recur
100100
from rexmex.metrics.classification import accuracy_score
101101
from rexmex.utils import binarize
102102

103-
new_accuracy_score = binarize(accuracy)
103+
new_accuracy_score = binarize(accuracy_score)
104104
accuracy_value = new_accuracy_score(scores.y_true, scores.y_score)
105105
print("{:.3f}".format(accuracy_value))
106106

0 commit comments

Comments
 (0)