Package: sivs
Type: Package
Title: Stable Iterative Variable Selection
Version: 0.2.10
Date: 2023-10-31
Authors@R: c(person(given = "Mehrad", family = "Mahmoudian",
                    role = c("aut", "cre"),
                    email = "m.mahmoudian@gmail.com",
                    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-10-31 11:53:14 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 <m.mahmoudian@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-31 16:20:06 UTC
