UpdateFeaturelist {datarobot} | R Documentation |
Update a featurelist
Description
Updates a featurelist to change the name or description.
Usage
UpdateFeaturelist(featurelist, listName = NULL, description = NULL)
Arguments
featurelist |
list. The featurelist to delete. |
listName |
character. String identifying the new featurelist to be created. |
description |
character. A user-friendly description to give a featurelist. |
Value
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.
[Package datarobot version 2.18.6 Index]