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 5bb1e70 commit a68fbabCopy full SHA for a68fbab
zephyr_ml/primitives/postprocessing.py
@@ -82,4 +82,3 @@ def apply_threshold(self, y_proba):
82
83
binary = [1 if x else 0 for x in y_proba > self._threshold]
84
return binary, self._threshold, self._scores
85
-
0 commit comments