p.model.features: Plot Feature Importance

View source: R/function_plotfeatures.R

p.model.featuresR Documentation

Plot Feature Importance

Description

Plot Feature Importance

Usage

p.model.features(model, mdl_type, h2o_number = 1)

Arguments

model

A trained model (XGBoost, BRNN, RF, Lightgbm or autoML)

mdl_type

The type of model trained (xgb, brnn, rf, lightgbm, h2o)

h2o_number

The index of the autoML model to plot

Value

Returns one plot of the selected model

Examples


p.model.features(model_xgb, xgb)

PaoloBnn/Retip documentation built on June 8, 2024, 6:19 a.m.