Package: sivs
Type: Package
Title: Stable Iterative Variable Selection
Version: 0.2.9
Date: 2023-03-23
Authors@R: c(person(given = "Mehrad", family = "Mahmoudian",
                    role = c("aut", "cre"),
                    email = "mehrad.mahmoudian@utu.fi",
                    comment = c(ORCID = "0000-0001-7650-1862")),
             person(given = "Mikko", family = "Venäläinen",
                    role = c("aut", "rev"),
                    email = "",
                    comment = c(ORCID = "0000-0003-1777-4259")),
             person(given = "Riku", family = "Klèn",
                    role = c("aut", "ths"),
                    email = "",
                    comment = c(ORCID = "0000-0002-0982-8360")),
             person(given = "Laura", family = "Elo",
                    role = c("aut", "ths", "fnd"),
                    email = "",
                    comment = c(ORCID = "0000-0001-5648-4532")))
Imports: doParallel, parallel, foreach, glmnet, pROC, varhandle, utils
Suggests: markdown, knitr
Description: An iterative feature selection method (manuscript submitted) that
    internally utilizes various Machine Learning methods that have embedded
    feature reduction in order to shrink down the feature space into a small
    and yet robust set.
License: GPL-3
URL: https://github.com/mmahmoudian/sivs,
        https://doi.org/10.1093/bioinformatics/btab501
BugReports: https://github.com/mmahmoudian/sivs/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: markdown, knitr
NeedsCompilation: no
Packaged: 2023-03-23 11:33:20 UTC; mehrad
Author: Mehrad Mahmoudian [aut, cre] (<https://orcid.org/0000-0001-7650-1862>),
  Mikko Venäläinen [aut, rev] (<https://orcid.org/0000-0003-1777-4259>),
  Riku Klèn [aut, ths] (<https://orcid.org/0000-0002-0982-8360>),
  Laura Elo [aut, ths, fnd] (<https://orcid.org/0000-0001-5648-4532>)
Maintainer: Mehrad Mahmoudian <mehrad.mahmoudian@utu.fi>
Repository: CRAN
Date/Publication: 2023-03-23 12:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 16:40:00 UTC; windows
