mvkorpel/sisal: Sequential Input Selection Algorithm

Implements the SISAL algorithm by Tikka and Hollmén. It is a sequential backward selection algorithm which uses a linear model in a cross-validation setting. Starting from the full model, one variable at a time is removed based on the regression coefficients. From this set of models, a parsimonious (sparse) model is found by choosing the model with the smallest number of variables among those models where the validation error is smaller than a threshold. Also implements extensions which explore larger parts of the search space and/or use ridge regression instead of ordinary least squares.

Getting started

Package details

AuthorMikko Korpela [aut, cre]
MaintainerMikko Korpela <mvkorpel@iki.fi>
LicenseGPL (>= 2)
Version0.49
URL https://github.com/mvkorpel/sisal
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mvkorpel/sisal")
mvkorpel/sisal documentation built on Oct. 27, 2024, 7:42 a.m.