An S4 class to represent a deepboost model.
tree_depthmaximum depth for a single decision tree in the model
num_iternumber of iterations = number of trees in ensemble
betaregularisation for scores (L1)
lambdaregularisation for tree depth
loss_type"l" logistic, "e" exponential
verboseprint extra data while training TRUE / FALSE
examplesdata.frame with instances used for model training
modelDeepboost model as used by C code serialised to R List
classesa vector of factors representing the classes used for classification with this model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.