
Last chance! 50% off unlimited learning
Sale ends in
This adds a Feature Impact job to the project queue.
RequestFeatureImpact(model)
character. The model for which you want to compute Feature Impact, e.g.
from the list of models returned by ListModels(project)
.
A job ID (character)
# NOT RUN {
model <- ListModels(project)[[1]]
featureImpactJobId <- RequestFeatureImpact(model)
featureImpact <- GetFeatureImpactForJobId(project, featureImpactJobId)
# }
Run the code above in your browser using DataLab