Learn R Programming

nodeHarvest (version 0.7-3)

Node Harvest for Regression and Classification

Description

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.

Copy Link

Version

Install

install.packages('nodeHarvest')

Monthly Downloads

95

Version

0.7-3

License

GPL-3

Last Published

June 12th, 2015

Functions in nodeHarvest (0.7-3)

plot.nodeHarvest

plot method for Node Harvest objects
nodeHarvest

Node Harvest
predict.nodeHarvest

predict method for Node Harvest objects
BostonHousing

BostonHousing