nodeHarvest: Node Harvest for Regression and Classification

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.

Version: 0.7-3
Imports: graphics, quadprog, randomForest
Published: 2015-06-12
Author: Nicolai Meinshausen
Maintainer: Nicolai Meinshausen <meinshausen at stat.math.ethz.ch>
License: GPL-3
URL: http://stat.ethz.ch/~nicolai
NeedsCompilation: no
CRAN checks: nodeHarvest results

Documentation:

Reference manual: nodeHarvest.pdf

Downloads:

Package source: nodeHarvest_0.7-3.tar.gz
Windows binaries: r-devel: nodeHarvest_0.7-3.zip, r-release: nodeHarvest_0.7-3.zip, r-oldrel: nodeHarvest_0.7-3.zip
macOS binaries: r-release (arm64): nodeHarvest_0.7-3.tgz, r-oldrel (arm64): nodeHarvest_0.7-3.tgz, r-release (x86_64): nodeHarvest_0.7-3.tgz, r-oldrel (x86_64): nodeHarvest_0.7-3.tgz
Old sources: nodeHarvest archive

Reverse dependencies:

Reverse suggests: fscaret, mlr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nodeHarvest to link to this page.