nodeHarvest (0.7-3)
Node Harvest for Regression and Classification.
http://stat.ethz.ch/~nicolai
http://cran.r-project.org/web/packages/nodeHarvest
Node harvest is a simple interpretable tree-like estimator for high-dimensional regression and classification. A few nodes are selected from an initially large ensemble of nodes, each associated with a positive weight. New observations can fall into one or several nodes and predictions are the weighted average response across all these groups. The package offers visualization of the estimator. Predictions can return the nodes a new observation fell into, along with the mean response of training observations in each node, offering a simple explanation of the prediction.
Maintainer:
Nicolai Meinshausen
Author(s): Nicolai Meinshausen
License: GPL-3
Uses: quadprog, randomForest
Reverse suggests: caret, fscaret, mlr
Released over 4 years ago.