-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Inspired by #60 and #61, I’ve been thinking about how to make the API as simple as possible.
The simplest case is for binary (true/false) predictions. We could, for example, have something like this:
import predictionscorer
probabilities = [A, B, C]
binary = predictionscorer.Binary(probabilities)
print(binary.brier_scores) # (X, Y, Z)Here, the user inputs the probabilities chosen for the true alternative as a sequence, and can access the scores.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels