get_model_feature_importance | R Documentation |
Get feature importance corresponding to a model_id.
get_model_feature_importance(model_id, mode = "raw")
model_id |
id of the model, can be obtained with get_experiment_models(). |
mode |
character indicating the type of feature importance among "raw" (default) or "engineered". |
data.frame - dataset of the model's feature importance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.