Member Junction
    Preparing search index...

    One as-of feature derived from a DatedSourceSpec.

    interface DatedFeatureSpec {
        Aggregate: "days_since_last_activity" | "activity_count";
        OutputColumn: string;
    }
    Index

    Properties

    Aggregate: "days_since_last_activity" | "activity_count"

    The point-in-time aggregate to compute over the surviving (pre-decision) rows.

    OutputColumn: string

    Output column name in the matrix (e.g. days_since_last_activity_asof).