Type Alias ExperimentModelRecommendationFilter

Criteria to determine which pool of models to provide recommendations from

type ExperimentModelRecommendationFilter = {
    algorithms?: ModelAlgorithm[];
    deployed?: boolean;
    fullSampling?: boolean;
    versionNumbers?: number[];
}
Index

Properties

algorithms?: ModelAlgorithm[]

The model algorithms to consider

deployed?: boolean

Whether to only consider models that are already deployed

fullSampling?: boolean

Whether to only consider models with 100% sampling

versionNumbers?: number[]

The versionNumbers of the experiment versions to consider models from