# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "EnsemblePenReg" in publications use:' type: software license: GPL-2.0-or-later title: 'EnsemblePenReg: Extensible Classes and Methods for Penalized-Regression-Based Integration of Base Learners' version: '0.7' doi: 10.32614/CRAN.package.EnsemblePenReg abstract: 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. authors: - family-names: Mahani given-names: Alireza S. email: alireza.s.mahani@gmail.com - family-names: Sharabiani given-names: Mansour T.A. - family-names: Mahani given-names: Alireza S. repository: https://asmahani.r-universe.dev commit: 8675fc9d99593a58242db8de789ad30f8692ef9e date-released: '2016-09-13' contact: - family-names: Mahani given-names: Alireza S. email: alireza.s.mahani@gmail.com