rmw_predict_nested_sets_by_year {rmweather} | R Documentation |
Function to make predictions by meteorological year from a random forest models using a nested tibble.
Description
Function to make predictions by meteorological year from a random forest models using a nested tibble.
Usage
rmw_predict_nested_sets_by_year(
df_nest,
variables = NA,
n_samples = 10,
aggregate = TRUE,
n_cores = NULL,
verbose = FALSE
)
Arguments
df_nest |
Nested tibble created by |
variables |
Variables to randomly sample. Default is all variables used
for training the model with the exception of |
n_samples |
Number of times to sample the observations from each meteorological year and then predict. |
aggregate |
Should all the |
n_cores |
Number of CPU cores to use for the model calculations. |
verbose |
Should the function give messages? |
Value
Nested tibble.
Author(s)
Stuart K. Grange
See Also
rmw_nest_for_modelling
,
rmw_model_nested_sets
[Package rmweather version 0.2.6 Index]