Buzzr Sports Engine API
    Preparing search index...
    type TrainingExample = {
        features: GameFeatureVector;
        gameId?: string;
        label: number;
    }
    Index

    Properties

    gameId?: string
    label: number