SRxgboost_plots: SRxgboost_plots

View source: R/SRxgboost_plots.R

SRxgboost_plotsR Documentation

SRxgboost_plots

Description

Plots model results for a selected model.

Usage

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
)

Arguments

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

Value

several files in folder


samuelreuther/SRxgboost documentation built on March 30, 2025, 12:48 a.m.