View source: R/rmw_predict_nested_sets.R
rmw_predict_nested_sets | R Documentation |
Function to make predictions from a random forest models using a nested tibble.
rmw_predict_nested_sets(
df_nest,
se = FALSE,
n_cores = NULL,
keep_vectors = FALSE,
model_errors = FALSE,
as_long = TRUE,
partial = FALSE,
verbose = FALSE,
progress = FALSE
)
df_nest |
Nested tibble created by |
se |
Should the standard error of the predictions be calculated? |
n_cores |
Number of CPU cores to use for the model calculations. |
keep_vectors |
Should the prediction vectors be kept in the return? This
is usually not needed because these vectors have been added to the
|
model_errors |
Should model error statistics between the observed and predicted values be calculated and returned? |
as_long |
For when |
partial |
Should the model's partial dependencies also be calculated? This will increase the execution time of the function. |
verbose |
Should the function give messages? |
progress |
Should a progress bar be displayed? |
Nested tibble.
Stuart K. Grange
rmw_nest_for_modelling
,
rmw_model_nested_sets
, rmw_predict
,
rmw_calculate_model_errors
,
rmw_partial_dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.