Skip to content

Commit d406d22

Browse files
committed
Fix typo
1 parent 045234c commit d406d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def compute_roc(z, y, classifier=LinearSVC(C=0.001), cv_folds=10):
183183
Returns
184184
-------
185185
roc_curves: dict, one key per class as well as "mean", each value is a dataframe
186-
containing the tpr (true positive rate) and fpr (falce positive rate)
186+
containing the tpr (true positive rate) and fpr (false positive rate)
187187
defining that class (or the mean) ROC.
188188
"""
189189
class_names = sorted(y.unique())

0 commit comments

Comments
 (0)