feature_importance_plot: Create Feature Importance Plot

View source: R/rf_functions_p2.R

feature_importance_plotR Documentation

Create Feature Importance Plot

Description

feature_importance_plot Plots the feature importance for the random forest

Usage

feature_importance_plot(mymodel.1.full, var_key, importance_threshold = 10)

Arguments

mymodel.1.full

the random forest model

var_key

a variable key dataframe linking the variable names and their true meaning

importance_threshold

minimum percent of trees variable should be in in order to be included in the plot

Value

shows the feature importance plot for the model


dshenker/RFSLAM documentation built on Sept. 18, 2022, 3:26 a.m.