get_model_feature_importance {previsionio}R Documentation

Get feature importance corresponding to a model_id.

Description

Get feature importance corresponding to a model_id.

Usage

get_model_feature_importance(model_id, mode = "raw")

Arguments

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".

Value

data.frame - dataset of the model's feature importance.


[Package previsionio version 11.7.0 Index]