GAMBoostModel: Gradient Boosting with Additive Models
Description
Gradient boosting for optimizing arbitrary loss functions, where
component-wise arbitrary base-learners, e.g., smoothing procedures, are
utilized as additive base-learners.
# NOT RUN {## Requires prior installation of suggested package mboost to rundata(Pima.tr, package = "MASS")
fit(type ~ ., data = Pima.tr, model = GAMBoostModel)
# }# NOT RUN {# }