Skip to content

Commit a68fbab

Browse files
committed
lint
1 parent 5bb1e70 commit a68fbab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zephyr_ml/primitives/postprocessing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,3 @@ def apply_threshold(self, y_proba):
8282

8383
binary = [1 if x else 0 for x in y_proba > self._threshold]
8484
return binary, self._threshold, self._scores
85-

0 commit comments

Comments
 (0)