ListModelFeatures {datarobot}R Documentation

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)

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.

Value

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

See Also

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

Examples

## Not run: 
  modelId <- "5996f820af07fc605e81ead4"
  ListModelFeatures(modelId)

## End(Not run)

[Package datarobot version 2.18.6 Index]