-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 851 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 851 Bytes
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
Package: featurerank
Title: Ensemble feature ranking for variable selection
Version: 0.1
Authors@R: c(person("Chris", "Kennedy", email = "chrisken@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7444-2766")),
person("Maria", "Petukhova",
role = c("aut")),
person("Howard", "Liu",
role = c("aut")))
Description: Ensemble feature ranking for variable selection
Depends: R (>= 3.1.0)
Imports: SuperLearner
Suggests:
FSelector,
MASS,
xgboost,
embarcadero,
randomForest,
glmnet,
dbarts,
testthat (>= 3.0.0),
weights
License: MIT
LazyData: true
URL: https://github.com/ck37/featurerank
BugReports: https://github.com/ck37/featurerank/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3