View source: R/rmw_model_statistics.R
rmw_model_statistics | R Documentation |
rmw_calculate_model
.Functions to extract model statistics from a model calculated with
rmw_calculate_model
.
rmw_model_statistics(model)
rmw_model_importance(model, date_unix = TRUE)
model |
A ranger model object from |
date_unix |
Should the |
The variable importances are defined as "the permutation importance differences of predictions errors". This measure is unit-less and the values are not useful when comparing among data sets.
Tibble.
Stuart K. Grange
# Extract statistics from the example random forest model
rmw_model_statistics(model_london)
# Extract importances from a model object
rmw_model_importance(model_london)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.