DeleteModelingFeaturelist {datarobot} | R Documentation |
Delete a modeling featurelist
Description
Delete a modeling featurelist
Usage
DeleteModelingFeaturelist(featurelist)
Arguments
featurelist |
list. The modeling featurelist to delete. |
Examples
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
featureList <- CreateModelingFeaturelist(projectId, "myFeaturelist", c("feature1", "feature2"))
featurelistId <- featureList$featurelistId
GetModelingFeaturelist(projectId, featurelistId)
DeleteModelingFeaturelist(projectId, featurelistId)
## End(Not run)
[Package datarobot version 2.18.6 Index]