model_london | R Documentation |
This example object was created from the observational data included in
rmweather and is a random forest model returned by
rmw_train_model
. This forest is only made from one tree to keep
the file size small and is only used for the package's examples.
model_london
A ranger object, a named list with 16 elements.
Stuart K. Grange
data_london
, rmw_train_model
# Load rmweather's ranger model example data and see what elements it contains
names(model_london)
# Print ranger object
print(model_london)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.