Member Junction
    Preparing search index...

    Read-only inputs handed to an IDriftDetector.

    interface DriftContext {
        currentRowCount?: number;
        lastScoredRowCount?: number;
        modelId: string;
        trainedRowCount?: number;
    }
    Index

    Properties

    currentRowCount?: number

    Current target-entity row count (from the injected counter).

    lastScoredRowCount?: number

    The binding's last-recorded scored row count (LastRowCount).

    modelId: string

    The model being evaluated.

    trainedRowCount?: number

    Row count the model was trained on.