Skip to contents

Creates a model wrapper around randomForest::randomForest() for regression. Requires the randomForest package.

Usage

cm_random_forest_regressor(...)

Arguments

...

Additional arguments passed to randomForest::randomForest().

Value

A list with fit and predict functions.