View source: R/function_plotfeatures.R
p.model.features | R Documentation |
Plot Feature Importance
p.model.features(model, mdl_type, h2o_number = 1)
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 |
Returns one plot of the selected model
p.model.features(model_xgb, xgb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.