powered by
This adds a Feature Impact job to the project queue.
RequestFeatureImpact(model, rowCount = NULL)
A job ID (character)
character. The model for which you want to compute Feature Impact, e.g. from the list of models returned by ListModels(project).
ListModels(project)
numeric. The sample size to use for Feature Impact computation. It is possible to re-compute Feature Impact with a different row count.
if (FALSE) { model <- ListModels(project)[[1]] featureImpactJobId <- RequestFeatureImpact(model) featureImpact <- GetFeatureImpactForJobId(project, featureImpactJobId) }
Run the code above in your browser using DataLab