# NOT RUN {
model <- ListModels(project)[[1]]
featureImpactJobId <- RequestFeatureImpact(model)
# Note: This will only work after the feature impact job has completed. Use
# GetFeatureImpactFromIobId to automatically wait for the job.\
featureImpact <- GetFeatureImpactForModel(model)
# }
Run the code above in your browser using DataLab