ListModelFeatures | R Documentation |
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'.
ListModelFeatures(model)
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. |
A character vector of feature names, with one component for each model feature.
Other feature functions:
GetFeatureInfo()
,
ListFeatureInfo()
,
as.dataRobotFeatureInfo()
## Not run:
modelId <- "5996f820af07fc605e81ead4"
ListModelFeatures(modelId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.