View source: R/rmw_predict_nested_partial_dependencies.R
| rmw_predict_nested_partial_dependencies | R Documentation | 
Function to calculate partial dependencies from a random forest models using a nested tibble.
rmw_predict_nested_partial_dependencies(
  df_nest,
  variables = NA,
  n_cores = NA,
  training_only = TRUE,
  rename = FALSE,
  verbose = FALSE,
  progress = FALSE
)
| 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? | 
Nested tibble.
Stuart K. Grange
rmw_nest_for_modelling, 
rmw_model_nested_sets, rmw_partial_dependencies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.