View source: R/SRxgboost_plots.R
SRxgboost_plots | R Documentation |
Plots model results for a selected model.
SRxgboost_plots(
lauf,
rank = 1,
plots = TRUE,
sample = 1e+05,
silent = FALSE,
pdp_plots = TRUE,
pdp_min_rel_Gain = 0.01,
pdp_sample = 20000,
pdp_cuts = NULL,
pdp_int_sample = 1000,
pdp_int_cuts_sample = 50,
pdp_parallel = TRUE
)
lauf |
character |
rank |
integer, default = 1 |
plots |
boolean, default = TRUE |
sample |
integer, default = |
silent |
boolean, default = FALSE |
pdp_plots |
boolean, default = TRUE |
pdp_min_rel_Gain |
numeric, default = 0.01 |
pdp_sample |
integer, default = 20000 |
pdp_cuts |
integer, default = NULL, depending on number of data points (max. 40 but in average at least pdp_int_cuts_sample per cut) |
pdp_int_sample |
integer, default = 1000 |
pdp_int_cuts_sample |
integer, default = 50 |
pdp_parallel |
boolean, default = TRUE |
several files in folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.