Binary Classification
Example: Boolean Decision without Probability
id
feature1 (numeric)
feature2 (boolean)
decision (boolean)
label (boolean)
timestamp (datetime)
Example: Boolean Decision with Probability
id
feature1 (numeric)
feature2 (boolean)
proba (numeric)
decision (boolean)
label (boolean)
timestamp (datetime)
Example: Probability Only
Last updated