evtree v1.0-8
Monthly downloads
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.
Functions in evtree
Name | Description | |
GermanCredit | Statlog German Credit | |
BBBClub | Bookbinder's Book Club | |
MAGICGammaTelescope | MAGIC Gamma Telescope | |
ContraceptiveChoice | Contraceptive Method Choice | |
evtree.control | Control for evtree | |
StatlogHeart | Statlog Heart | |
evtree | Evolutionary Learning of Globally Optimal Trees | |
No Results! |
Vignettes of evtree
Last month downloads
Details
Date | 2019-05-19 |
LazyData | yes |
License | GPL-2 | GPL-3 |
Repository | CRAN |
Repository/R-Forge/Project | partykit |
Repository/R-Forge/Revision | 2594 |
Repository/R-Forge/DateTimeStamp | 2019-05-26 18:21:12 |
Date/Publication | 2019-05-26 19:40:04 UTC |
NeedsCompilation | yes |
Packaged | 2019-05-26 18:33:33 UTC; rforge |
suggests | Formula , kernlab , lattice , mlbench , multcomp , party , rpart , xtable |
depends | partykit , R (>= 3.3.0) |
Contributors | Achim Zeileis, Karl-Peter Pfeiffer |
Include our badge in your README
[](http://www.rdocumentation.org/packages/evtree)