SL.gbm.caretMod: SL.gbm.caretMod

Description Usage Arguments

Description

Uses SL.caretMod to train a gbm with 10 choices of tuning parameters and 5-fold CV

Usage

1
2
SL.gbm.caretMod(..., method = "gbm", tuneLength = 5,
  trControl = caret::trainControl(method = "cv", number = 5))

Arguments

...

Other arguments passed to SL.caretMod

method

Character describing what algorithm to train

tuneLength

The number of tuning parameter combinations

trControl

Passed to caret::train


benkeser/haltmle.sim documentation built on May 12, 2019, noon