model_london {rmweather}R 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)


[Package rmweather version 0.2.5 Index]