| plot.model_parts {DALEX} | R Documentation |
Plot Variable Importance Explanations
Description
Plot Variable Importance Explanations
Usage
## S3 method for class 'model_parts'
plot(x, ...)
Arguments
x |
an object of the class |
... |
other parameters described below |
Value
An object of the class ggplot.
Plot options
variable_importance
max_varsmaximal number of features to be included in the plot. default value is10show_boxplotslogical ifTRUE(default) boxplot will be plotted to show permutation data.bar_widthwidth of bars. By default10desc_sortinglogical. Should the bars be sorted descending? By defaultTRUEtitlethe plot's title, by default'Feature Importance'subtitlea character. Plot subtitle. By defaultNULL- then subtitle is set to "created for the XXX, YYY model", where XXX, YYY are labels of given explainers.
[Package DALEX version 2.4.3 Index]