-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.51 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: colino
Type: Package
Title: Recipes Steps for Supervised Filter-Based Feature Selection
Version: 0.0.1
Authors@R:
c(person(given = "Steven",
family = "Pawley",
role = c("aut", "cre"),
email = "dr.stevenpawley@gmail.com"),
person(given = "Max",
family = "Kuhn",
role = c("aut"),
email = "max@rstudio.com"),
person(given = "Rowan",
family = "Jacques-Hamilton",
role = c("aut"),
email = "rowan.jacques.hamilton@gmail.com"),
person(given = "Byron",
family = "Jaeger",
role = c("aut"),
email = "bjaeger@wakehealth.edu"))
Maintainer: Steven Pawley <dr.stevenpawley@gmail.com>
Description: Provides supervised selection methods to be used as preprocessing
steps alongside the 'recipes' package. These steps represent filter-based
methods where the features are ranked according to the feature selection
method and a subset of features are retained.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://stevenpawley.github.io/colino
BugReports: https://github.com/stevenpawley/colino/issues
Depends:
R (>= 2.10),
recipes
Imports:
generics,
tibble,
parsnip,
tune,
dials,
purrr,
rlang (>= 0.1.2),
magrittr,
dplyr,
scales,
pROC,
stats
RoxygenNote: 7.3.2
Suggests:
testthat,
roxygen2,
FSelectorRcpp,
praznik,
ranger,
Boruta,
care,
modeldata,
covr,
bonsai,
aorsf,
xgboost