plotFeatureImportance | R Documentation |
This function visualizes the feature importance as horizontal bar plot.
plotFeatureImportance(cboost, num_feats = NULL, aggregate = TRUE)
cboost |
(Compboost) |
num_feats |
( |
aggregate |
( |
ggplot
object containing the graphic.
cboost = boostSplines(data = iris, target = "Sepal.Length", loss = LossQuadratic$new())
plotFeatureImportance(cboost)
plotFeatureImportance(cboost, num_feats = 2)
plotFeatureImportance(cboost, num_feats = 2, aggregate = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.