View source: R/rmw_predict_nested_sets_by_year.R
rmw_predict_nested_sets_by_year | R Documentation |
Function to make predictions by meteorological year from a random forest models using a nested tibble.
rmw_predict_nested_sets_by_year(
df_nest,
variables = NA,
n_samples = 10,
aggregate = TRUE,
n_cores = NULL,
verbose = FALSE
)
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? |
Nested tibble.
Stuart K. Grange
rmw_nest_for_modelling
,
rmw_model_nested_sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.