- x
An object of class SAEforest including a random forest model of class ranger.
- num_features
Number of features for which a partial dependence plot is required.
- col
Parameter specifying the color of selected plots. The argument must be specified
such that it can be processed by aes. Defaults to a character name of the
color "darkgreen".
- fill
Parameter specifying the fill of selected plots. The argument must be specified
such that it can be processed by aes. Defaults to a character name of the
color "darkgreen".
- alpha
Parameter specifying the transparency of fill for vip plots.
The argument must be a number in [0,1].
- include_type
Logical. If set to TRUE, the type of importance specified in the fitting process
of the model is included in the vip plot. Defaults to TRUE.
- horizontal
Logical. If set to TRUE, the importance scores appear on the x-axis. If parameter is
set to FALSE, the importance scores are plot on the y-axis. Defaults to TRUE.
- gg_theme
Specify a predefined theme from ggplot2. Defaults to theme_minimal.
- lsize
Parameter specifying the line size of pdp plots. The argument must be specified
such that it can be processed by aes. Defaults to 1.5.
- lty
Parameter specifying the line size of pdp plots. The argument must be specified
such that it can be processed by aes. Defaults to "solid".
- grid_row
Parameter specifying the amount of rows for the joint pdp plot. Defaults to 2.
- out_list
Logical. If set to TRUE, a list of individual plots produced by ggplot2
is returned for further individual customization and processing. Defaults to FALSE.
- pdp_plot
Logical. If set to TRUE, partial dependence plots produced by partial
from the package pdp are included. Defaults to TRUE.
- ...
Optional additional inputs that are ignored for this method.