model_london: Example *ranger* random forest model for the *rmweather*...

model_londonR Documentation

Example ranger random forest model for the rmweather package.

Description

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.

Usage

model_london

Format

A ranger object, a named list with 16 elements.

Author(s)

Stuart K. Grange

See Also

data_london, rmw_train_model

Examples


# Load rmweather's ranger model example data and see what elements it contains
names(model_london)

# Print ranger object
print(model_london)


skgrange/rmweather documentation built on Nov. 29, 2023, 2:39 a.m.