MQR_gbm | R Documentation |
This function is now depreciated and may be removed in future versions of this package.
Use qreg_gbm()
instead.
MQR_gbm(
data,
formula,
quantiles = c(0.25, 0.5, 0.75),
CVfolds = NULL,
gbm_params = list(...),
perf.plot = F,
parallel = F,
pred_ntree = NULL,
cores = NULL,
pckgs = NULL,
para_over_q = FALSE,
Sort = T,
SortLimits = NULL
)
data |
A |
quantiles |
The quantiles to fit models for. |
CVfolds |
Control for cross-validation if not supplied in |
gbm_params |
List of parameters to be passed to |
perf.plot |
Plot GBM performance? |
parallel |
|
pred_ntree |
predict using a user-specified tree.
If unspecified an out-of-the bag estimate will be used unless interval
gbm cross-validation folds are specified in |
cores |
if |
pckgs |
if |
para_over_q |
if |
Sort |
|
SortLimits |
|
formala |
A |
The returned predictive quantiles are those produced out-of-sample for each cross-validation fold (using models trained on the remaining folds but not "Test" data). Predictive quantiles corresponding to "Test" data are produced using models trained on all non-test data.
Quantile forecasts in a MultiQR
object.
Jethro Browell, jethro.browell@strath.ac.uk; Ciaran Gilbert, ciaran.gilbert@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.