datarobot (version 2.4.0)

CreateFeaturelist: Create a new featurelist in a DataRobot project

Description

This function allows the user to create a new featurelist in a project by specifying its name and a list of variables to be included

Usage

CreateFeaturelist(project, listName, featureNames)

Arguments

project
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.

Value

A list with the following four elements describing the featurelist created:

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).