rmw_predict_nested_partial_dependencies {rmweather} | R Documentation |
Function to calculate partial dependencies from a random forest models using a nested tibble.
Description
Function to calculate partial dependencies from a random forest models using a nested tibble.
Usage
rmw_predict_nested_partial_dependencies(
df_nest,
variables = NA,
n_cores = NA,
training_only = TRUE,
rename = FALSE,
verbose = FALSE,
progress = FALSE
)
Arguments
df_nest |
Nested tibble created by |
variables |
Vector of variables to calculate partial dependencies for. |
n_cores |
Number of CPU cores to use for the model calculations. |
training_only |
Should only the training set be used for prediction? |
rename |
Within the |
verbose |
Should the function give messages? |
progress |
Should a progress bar be displayed? |
Value
Nested tibble.
Author(s)
Stuart K. Grange
See Also
rmw_nest_for_modelling
,
rmw_model_nested_sets
, rmw_partial_dependencies
[Package rmweather version 0.2.6 Index]