Member Junction
    Preparing search index...

    One signed per-record feature contribution: value > 0 pushes the score up, < 0 down.

    interface PredictionContribution {
        feature: string;
        value: number;
    }
    Index

    Properties

    Properties

    feature: string

    The (post-preprocessing) feature/output-column name.

    value: number

    Signed contribution to the model output for this row (log-odds for classification, value for regression).