get_model_feature_importance: 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.