Arize Phoenix TS
    Preparing search index...

    The example shape expected by the classification-metric evaluators.

    interface ClassificationExample {
        expected: ClassificationLabel[];
        output: ClassificationLabel[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    The ground-truth sequence of labels.

    The predicted sequence of labels, aligned by index with expected.