Ensbl | R Documentation |
Each member of the ensemble is an xgboost, and contains a random sample of the data.
The ensbl object contains a list of xgboost objects
new()
Ensbl$new(name, obj_mode, size, data, label, params)
print()
Ensbl$print(...)
sample_data()
Ensbl$sample_data(perc)
train_models()
Ensbl$train_models(perc)
ensemble_combine()
Ensbl$ensemble_combine(combine_function)
final_ensemble_combine()
Ensbl$final_ensemble_combine(combine_function)
member_predict()
Ensbl$member_predict(data, combine_function)
print_error()
Ensbl$print_error(label, threshold)
clone()
The objects of this class are cloneable with this method.
Ensbl$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.