ranger_wrapper: Wrapper for fitting a main terms random forest

Description Usage Arguments Value Examples

Description

Wrapper for fitting a main terms random forest

Usage

1
2
3
4
5
ranger_wrapper(train, test, num.trees = 500,
  mtry = floor(sqrt(ncol(train$X))), write.forest = TRUE,
  probability = TRUE, min.node.size = 5, replace = TRUE,
  sample.fraction = ifelse(replace, 1, 0.632), num.threads = 1,
  verbose = TRUE, ...)

Arguments

train

...

test

...

mtry

...

...

...

ntree

...

nodesize

...

maxnodes

...

importance

...

Value

A list

Examples

1
# TO DO: Add

benkeser/cvtmleAUC documentation built on May 16, 2019, 2:30 a.m.