A list with the following four elements describing
the featurelist created:
featurelistId
Character string giving the unique
alphanumeric identifier for the new featurelist.
projectId
Character string giving the projectId
identifying the project to which the featurelist was added.
features
Character vector with the names of the
variables included in the new featurelist.
name
Character string giving the name of the new
featurelist.
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.
listName
character. String identifying the new featurelist
to be created.
featureNames
character. Vector listing the names of the
variables to be included in the featurelist.
Details
DataRobot featurelists define the variables from the modeling
dataset used in fitting each project model. Some functions
(SetTarget, StartNewAutopilot) optionally accept a featurelist
(and use a default featurelist if none is specified).