datarobot (version 2.18.6)

ListModelFeatures: Returns the list of features (i.e., variables) on which a specified model is based

Description

This function returns the list of features (typically, response variable and raw covariates) used in building the model specified by model, an S3 object of class 'dataRobotModel'.

Usage

ListModelFeatures(model)

Value

A character vector of feature names, with one component for each model feature.

Arguments

model

An S3 object of class dataRobotModel like that returned by the function GetModel, or each element of the list returned by the function ListModels.

See Also

Other feature functions: GetFeatureInfo(), ListFeatureInfo(), as.dataRobotFeatureInfo()

Examples

Run this code
if (FALSE) {
  modelId <- "5996f820af07fc605e81ead4"
  ListModelFeatures(modelId)
}

Run the code above in your browser using DataLab