FP-Devicer - v2.0.2
    Preparing search index...

    Interface DriftAnalysisOptions

    Options for controlling the drift analysis computation.

    interface DriftAnalysisOptions {
        stabilityWindowSize?: number;
        suspiciousZScoreThreshold?: number;
    }
    Index

    Properties

    stabilityWindowSize?: number

    Maximum number of historical snapshots to load from storage. Defaults to 10.

    suspiciousZScoreThreshold?: number

    Minimum z-score for a field to be included in suspiciousFields. Defaults to 1.5.