SL: SuperLearner wrapper for ml_model

View source: R/SL.R

SLR Documentation

SuperLearner wrapper for ml_model

Description

SuperLearner wrapper for ml_model

Usage

SL(
  formula = ~.,
  ...,
  SL.library = c("SL.mean", "SL.glm"),
  binomial = FALSE,
  data = NULL
)

Arguments

formula

Model design

...

Additional arguments for SuperLearner::SuperLearner

SL.library

character vector of prediction algorithms

binomial

boolean specifying binomial or gaussian family (default FALSE)

data

Optional data.frame

Value

ml_model object

Author(s)

Klaus Kähler Holst


targeted documentation built on Oct. 26, 2022, 1:09 a.m.