EnsembleCV: Extensible Package for Cross-Validation-Based Integration of Base Learners

Extends the base classes and methods of EnsembleBase package for cross-validation-based integration of base learners. Default implementation calculates average of repeated CV errors, and selects the base learner / configuration with minimum average error. The package takes advantage of the file method provided in EnsembleBase package for writing estimation objects to disk in order to circumvent RAM bottleneck. Special save and load methods are provided to allow estimation objects to be saved to permanent files on disk, and to be loaded again into temporary files in a later R session. The package can be extended, e.g. by adding variants of the current implementation.

Version: 0.8
Depends: EnsembleBase
Imports: parallel, methods
Published: 2016-09-13
Author: Mansour T.A. Sharabiani, Alireza S. Mahani
Maintainer: Alireza S. Mahani <alireza.s.mahani at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
Materials: ChangeLog
CRAN checks: EnsembleCV results

Documentation:

Reference manual: EnsembleCV.pdf

Downloads:

Package source: EnsembleCV_0.8.tar.gz
Windows binaries: r-devel: EnsembleCV_0.8.zip, r-release: EnsembleCV_0.8.zip, r-oldrel: EnsembleCV_0.8.zip
macOS binaries: r-release (arm64): EnsembleCV_0.8.tgz, r-oldrel (arm64): EnsembleCV_0.8.tgz, r-release (x86_64): EnsembleCV_0.8.tgz
Old sources: EnsembleCV archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=EnsembleCV to link to this page.