-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 821 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 821 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
31
32
Package: SLScreenExtra
Title: A Collection of Additional Feature Selection Algorithms and Utilities for SuperLearner
Version: 0.4.6
Date: 2023-11-02
Authors@R: person("Sara", "Moore", email = "sara@saraemoore.com",
role = c("aut", "cre"))
Description: This package contains several variable selection algorithm
"wrappers" in the format expected by the ensemble learning R package
SuperLearner. Included in this collection are screening algorithms
designed to respect observation weights (obsWeights).
Depends:
R (>= 2.14.0)
Imports:
glmnet,
wCorr,
weights,
FSelector,
randomForest,
ranger,
methods,
stats,
earth (>= 4.5.1),
dplyr,
tidyr,
SuperLearner,
broom
Suggests:
tibble
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3