Learn R Programming

parboost (version 0.1.4)

Distributed Model-Based Boosting

Description

Distributed gradient boosting based on the mboost package. The parboost package is designed to scale up component-wise functional gradient boosting in a distributed memory environment by splitting the observations into disjoint subsets, or alternatively using bootstrap samples (bagging). Each cluster node then fits a boosting model to its subset of the data. These boosting models are combined in an ensemble, either with equal weights, or by fitting a (penalized) regression model on the predictions of the individual models on the complete data.

Copy Link

Version

Install

install.packages('parboost')

Monthly Downloads

12

Version

0.1.4

License

GPL-2

Maintainer

Ronert Obst

Last Published

May 3rd, 2015

Functions in parboost (0.1.4)

selected.parboost

Selected base learners
predict.parboost

Generate predictions from parboost object
summary.parboost

Prints a summary of a parboost object.
parboost_fit

Fit individual parboost component using mboost
parboost

Distributed gradient boosting based on the mboost package.
print.summary.parboost

Prints a summary of a parboost object.
coef.parboost

Print coefficients for base learners with a notion of coefficients
print.parboost

Prints a short description of a parboost object.
friedman2

Benchmark Problem Friedman 2
cv_subsample

Cross-validation for mboost models
postprocess

Postprocess parboost ensemble components