Extensible Classes and Methods for Penalized-Regression-Based Integration of Base Learners
Utility Functions for Configuring Regression Base Learners and Integra...
Penalized-Regression-Based (PenReg) Integration of Base Learners for E...
Custom Functions for Disk I/O in EnsemblePenReg
Package
Plot function for epenreg
model
Predict method for class "epenreg"
Class "Regression.Integrator.PenReg.SelMin.Config"
Class "Regression.Integrator.PenReg.SelMin.FitObj"
Function for cross-validation based sweep operation.
Class "Regression.Sweep.CV.FitObj"
Class "Regression.Sweep.PenReg.Config"
Class "Regression.Sweep.PenReg.FitObj"
Extending the base classes and methods of EnsembleBase package for Penalized-Regression-based (Ridge and Lasso) integration of base learners. Default implementation uses cross-validation error to choose the optimal lambda (shrinkage parameter) for the final predictor. 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. Users and developers can extend the package by extending the generic methods and classes provided in EnsembleBase package as well as this package.