qboost | R Documentation |
Applying a greedy algorithm to minimize the expected smoothed check loss.
Employs the Weak Restricted Greedy Algorithm. For the orthogonal variant, set stepsize
to NULL
.
qboost( X, Y, tau = 0.5, m_stop = 1, h = 0.1, kernel = "Gaussian", stepsize = NULL )
X |
( |
Y |
( |
tau |
( |
m_stop |
( |
h |
( |
kernel |
( |
stepsize |
( |
An object with S3 class qboost
coeff_path
The cofficients along the boosting steps as a matrix (starts with a zero vector).
selection_path
The selected covariates as a vector.
params
Additional parameters.
predict.qboost
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.