fit_random_forest: Fits a Random Forest Model to the data.

Description Usage Arguments Value

View source: R/fit_random_forest.R

Description

Fits a Random Forest Model to the data.

Usage

1
fit_random_forest(trainset, testset, params)

Arguments

trainset

is a data.frame or data.table containing the train data.

testset

is a data.frame or data.table containing the test data.

params

is a list containing the parameters.

Value

This function returns the chosen model.


rebordao/modellatoR documentation built on May 27, 2019, 4:01 a.m.