CMB.stabpath {gfboost} | R Documentation |
CMB stability paths
Description
Draws a Stability plot for CMB.
Usage
CMB.stabpath(
D,
nsing,
Bsing = 1,
alpha = 1,
singfam = Gaussian(),
evalfam = Gaussian(),
sing = FALSE,
Mseq,
m_iter = 100,
kap = 0.1,
LS = FALSE,
best = 1,
wagg,
robagg = FALSE,
lower = 0,
B,
ncmb,
...
)
Arguments
D |
Data matrix. Has to be an |
nsing |
Number of observations (rows) used for the SingBoost submodels. |
Bsing |
Number of subsamples based on which the SingBoost models are validated. Default is 1. Not to confuse with parameter |
alpha |
Optional real number in |
singfam |
A SingBoost family. The SingBoost models are trained based on the corresponding loss function. Default is |
evalfam |
A SingBoost family. The SingBoost models are validated according to the corresponding loss function. Default is |
sing |
If |
Mseq |
A vector of different values for |
m_iter |
Number of SingBoost iterations. Default is 100. |
kap |
Learning rate (step size). Must be a real number in |
LS |
If a |
best |
Needed in the case of localized ranking. The parameter |
wagg |
Type of row weight aggregation. |
robagg |
Optional. If setting |
lower |
Optional argument. Only reasonable when setting |
B |
Number of subsamples of size |
ncmb |
Number of samples used for |
... |
Optional further arguments |
Value
relev |
List of relevant variables (represented as their column number). |
ind |
Vector of relevant variables (represented as their column number). |
References
Werner, T., Gradient-Free Gradient Boosting, PhD Thesis, Carl von Ossietzky University Oldenburg, 2020