The choice (e.g. the label and score mapping) of a classification based evaluation

interface ClassificationChoice {
    label: string;
    score: number;
}

Properties

Properties

label: string
score: number