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.
- Version1.0-8
- R versionunknown
- LicenseGPL-2
- LicenseGPL-3
- Needs compilation?Yes
- evtree citation info
- Last release05/26/2019
Documentation
Team
Thomas Grubinger
Achim Zeileis
Show author detailsRolesAuthorKarl-Peter Pfeiffer
Show author detailsRolesAuthor
Insights
Last 30 days
This package has been downloaded 1,686 times in the last 30 days. Now we’re talking! This work is officially 'heard of in academic circles', just like those wild research papers on synthetic bananas. The following heatmap shows the distribution of downloads per day. Yesterday, it was downloaded 97 times.
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Last 365 days
This package has been downloaded 17,885 times in the last 365 days. The academic equivalent of having a dedicated subreddit. There are fans, and maybe even a few trolls! The day with the most downloads was Oct 09, 2024 with 139 downloads.
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Suggests8 packages
- Reverse Imports2 packages
- Reverse Suggests5 packages