Member Junction
    Preparing search index...

    One entry on the experiment leaderboard — a single iteration's normalized score (plan §9.2). One entry per MJ: Experiment Session Iteration.

    interface LeaderboardEntry {
        IterationID: string;
        Metric: number;
        ModelID?: string;
    }
    Index

    Properties

    IterationID: string

    The iteration this entry scores (MJ: Experiment Session Iterations id).

    Metric: number

    The normalized leaderboard metric value (the Experiment's TargetMetric).

    ModelID?: string

    The trained model this iteration produced, if any (pruned/failed runs have none).