Encoding: UTF-8
Package: sisal
Type: Package
Title: Sequential Input Selection Algorithm
Version: 0.49
Date: 2024-10-25
Authors@R: person("Mikko", "Korpela", role = c("aut", "cre"),
        email = "mvkorpel@iki.fi")
Author: Mikko Korpela [aut, cre]
Maintainer: Mikko Korpela <mvkorpel@iki.fi>
Copyright: Aalto University
Depends: R (>= 4.3.0)
Imports: graphics, grDevices, grid, methods, stats, utils, boot,
        lattice, mgcv, digest, R.matlab, R.methodsS3
Suggests: graph, Rgraphviz, testthat (>= 0.8)
Description: 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.
License: GPL (>= 2)
URL: https://github.com/mvkorpel/sisal
BugReports: https://github.com/mvkorpel/sisal/issues
LazyData: yes
NeedsCompilation: no
Packaged: 2024-10-25 23:23:56 UTC; mikko
Repository: CRAN
Date/Publication: 2024-10-26 02:20:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:09:56 UTC; windows
