Skip to content

Conversation

@gustavocidornelas
Copy link
Contributor

… binary classifiers

  • Introduces the possibility to specify the predictionThreshold for binary classifiers. Such a threshold will be used (when available) by the backend to compute the metrics.
  • Given a list of class probabilities [1-p, p],
if p >= predictionThreshold: y_pred = 1 else: y_pred = 0 
@whoseoyster whoseoyster merged commit 06a2dba into main Mar 15, 2023
@whoseoyster whoseoyster deleted the cid/prediction-threshold branch March 15, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants