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.

Getting started

Package details

AuthorNicolai Meinshausen
MaintainerNicolai Meinshausen <meinshausen@stat.math.ethz.ch>
LicenseGPL-3
Version0.7-3
URL http://stat.ethz.ch/~nicolai
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("nodeHarvest")

Try the nodeHarvest package in your browser

Any scripts or data that you put into this service are public.

nodeHarvest documentation built on May 2, 2019, 2:45 a.m.