IsBlenderEligible: Check whether individual models can be blended together

View source: R/Blenders.R

IsBlenderEligibleR 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:

  • blendable logical. Whether or not the models can be blended.

  • reason character. An explanation for why the models cannot be blended, if not blendable. Otherwise "".

Examples

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

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.