evtree: Evolutionary Learning of Globally Optimal Trees

Commonly used classification and regression tree methods like the CART algorithm are recursive partitioning methods that build the model in a forward stepwise search. Although this approach is known to be an efficient heuristic, the results of recursive tree methods are only locally optimal, as splits are chosen to maximize homogeneity at the next step only. An alternative way to search over the parameter space of trees is to use global optimization methods like evolutionary algorithms. The 'evtree' package implements an evolutionary algorithm for learning globally optimal classification and regression trees in R. CPU and memory-intensive tasks are fully computed in C++ while the 'partykit' package is leveraged to represent the resulting trees in R, providing unified infrastructure for summaries, visualizations, and predictions.

Package details

AuthorThomas Grubinger [aut, cre], Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>), Karl-Peter Pfeiffer [aut]
MaintainerThomas Grubinger <ThomasGrubinger@gmail.com>
LicenseGPL-2 | GPL-3
Version1.0-8
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("evtree", repos="http://R-Forge.R-project.org")

Try the evtree package in your browser

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

evtree documentation built on May 26, 2019, 3:01 p.m.