Skip to contents

Creates a model wrapper around randomForest::randomForest() for binary classification / propensity score estimation. Requires the randomForest package.

Usage

cm_random_forest_classifier(...)

Arguments

...

Additional arguments passed to randomForest::randomForest().

Value

A list with fit, predict_proba, and insample_proba functions.