predict.SL.bartMachine: bartMachine prediction

View source: R/SL.bartMachine.R

predict.SL.bartMachineR Documentation

bartMachine prediction

Description

bartMachine prediction

Usage

## S3 method for class 'SL.bartMachine'
predict(object, newdata, family, X = NULL,
  Y = NULL, ...)

Arguments

object

SuperLearner object

newdata

Dataframe to predict the outcome

family

"gaussian" for regression, "binomial" for binary classification. (Not used)

X

Covariate dataframe (not used)

Y

Outcome variable (not used)

...

Additional arguments (not used)


ecpolley/SuperLearner documentation built on Feb. 21, 2024, 11:38 p.m.