Description Usage Arguments Value
The workflow need to be constructed with
set_engine("ranger", quantreg = TRUE, ...)
.
The newdata is transformed/prepared by bake
.
1 | pred_ranger_quantiles(rf, newdata, quantiles = c(0.5, 0.75))
|
rf |
tidymodels workflow |
newdata |
data.frame with predictors as in traning data |
quantiles |
numeric vector of probabilities of prediction distribution |
data.frame with one column for each quantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.