View source: R/FeatureImpact.R
RequestFeatureImpact | R Documentation |
This adds a Feature Impact job to the project queue.
RequestFeatureImpact(model, rowCount = NULL)
model |
character. The model for which you want to compute Feature Impact, e.g.
from the list of models returned by |
rowCount |
numeric. The sample size to use for Feature Impact computation. It is possible to re-compute Feature Impact with a different row count. |
A job ID (character)
## Not run:
model <- ListModels(project)[[1]]
featureImpactJobId <- RequestFeatureImpact(model)
featureImpact <- GetFeatureImpactForJobId(project, featureImpactJobId)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.