swag: Sparse Wrapper Algorithm

An algorithm that trains a meta-learning procedure that combines screening and wrapper methods to find a set of extremely low-dimensional attribute combinations. This package works on top of the 'caret' package and proceeds in a forward-step manner. More specifically, it builds and tests learners starting from very few attributes until it includes a maximal number of attributes by increasing the number of attributes at each step. Hence, for each fixed number of attributes, the algorithm tests various (randomly selected) learners and picks those with the best performance in terms of training error. Throughout, the algorithm uses the information coming from the best learners at the previous step to build and test learners in the following step. In the end, it outputs a set of strong low-dimensional learners.

Package details

AuthorSamuel Orso [aut, cre], Gaetan Bakalli [aut], Cesare Miglioli [aut], Stephane Guerrier [ctb], Roberto Molinari [ctb]
MaintainerSamuel Orso <Samuel.Orso@unige.ch>
LicenseGPL (>= 2)
Version0.1.0
URL https://github.com/SMAC-Group/SWAG-R-Package/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("swag")

Try the swag package in your browser

Any scripts or data that you put into this service are public.

swag documentation built on Nov. 10, 2020, 3:52 p.m.