-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.49 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 = "[email protected]",
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
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: markdown, knitr