StevenBoys/Ensemblelearn: Use Ensemble learning to better prediction.

Ensemble Learning build multiple models or use multiple learning algorithms to do prediction. One weak model may be bad, but when we combine different weak models, it may make a big difference. This package include lots of popular Ensemble Learning algorithms. And it also provides the framework for people to define their specific ensemble learning algorithm and help people to compute the results. People can define the weak models as well as the way of combining them.

Getting started

Package details

Author person("Bowen", "Lei", email = "bowen.lei@tamu.edu", role = c("aut", "cre"))
MaintainerBowen Lei <bowen.lei@stat.tamu.edu>
LicenseGPL-2
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("StevenBoys/Ensemblelearn")
StevenBoys/Ensemblelearn documentation built on Dec. 11, 2019, 2:06 a.m.