get_model_feature_importance: Get feature importance corresponding to a model_id.

View source: R/experiment.R

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


previsionio/prevision-r documentation built on March 24, 2022, 1:28 a.m.