This function wraps the procedure for fitting a random forest model and makes it accessible to the easyml core framework.

# S3 method for easy_random_forest
fit_model(object)

Arguments

object

A list of class easy_random_forest.

Value

A list of class easy_random_forest.