predict.SL.dbarts: dbarts prediction
Description
WARNING: dbarts does not currently support predict(). Must use newX when
training via SL.dbarts.
Usage
# S3 method for SL.dbarts
predict(object, newdata, family, ...)
Arguments
newdata
Dataframe to predict the outcome
family
"gaussian" for regression, "binomial" for binary
classification. (Not used)
...
Additional arguments (not used)