rf: rf

Description Usage Arguments Value Author(s)

View source: R/rf.R

Description

Sets up random forest model for prediction

Usage

1
2
rf(y = "load", data, for.each = "hour",
  cores = parallel::detectCores() - 1, ...)

Arguments

y

Character. Variable name.

data

data.frame

for.each

Character. Variable name.

cores

Parallel execution

...

optional extra parameters to be passed to function randomForest

Value

A fitted randomforest object

Author(s)

Jairo Cugliari, Andres Castrillejo, Fernando Massa, Ignacio Ramirez


cugliari/enercast documentation built on Sept. 15, 2019, 10:13 a.m.