IsBlenderEligible {datarobot}R Documentation

Check whether individual models can be blended together

Description

Check whether individual models can be blended together

Usage

IsBlenderEligible(project, modelIds, blendMethod)

Arguments

project

character. Either (1) a character string giving the unique alphanumeric identifier for the project, or (2) a list containing the element projectId with this identifier.

modelIds

list. A list of model ids corresponding to the models to check.

blendMethod

character. The blender method to check. See BlendMethods.

Value

List with:

Examples

## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  modelsToBlend <- c("5996f820af07fc605e81ead4", "59a5ce3301e9f0296721c64c")
  IsBlenderEligible(projectId, modelId, "GLM")

## End(Not run)

[Package datarobot version 2.18.6 Index]