Member Junction
    Preparing search index...

    An IDriftDetector's verdict.

    interface DriftResult {
        detail: string;
        drifted: boolean;
        score?: number;
    }
    Index

    Properties

    Properties

    detail: string

    Plain-language explanation.

    drifted: boolean

    Whether the model has drifted past the detector's own threshold.

    score?: number

    A 0..1 drift score (the detector's own metric); optional.