-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
85 lines (85 loc) · 2.21 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: mlr3filters
Title: Filter Based Feature Selection for 'mlr3'
Version: 0.8.0.9000
Authors@R: c(
person("Patrick", "Schratz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0748-6624")),
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
person("Bernd", "Bischl", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6002-6980")),
person("Martin", "Binder", , "[email protected]", role = "aut"),
person("John", "Zobolas", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3609-8674"))
)
Description: Extends 'mlr3' with filter methods for feature selection.
Besides standalone filter methods built-in methods of any
machine-learning algorithm are supported. Partial scoring of
multivariate filter methods is supported.
License: LGPL-3
URL: https://mlr3filters.mlr-org.com,
https://github.com/mlr-org/mlr3filters
BugReports: https://github.com/mlr-org/mlr3filters/issues
Depends:
R (>= 3.1.0)
Imports:
backports,
checkmate,
data.table,
mlr3 (>= 0.12.0),
mlr3misc,
paradox,
R6
Suggests:
Boruta,
care,
caret,
carSurv,
FSelectorRcpp,
knitr,
lgr,
mlr3learners,
mlr3measures,
mlr3pipelines,
praznik,
rpart,
survival,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
Collate:
'Filter.R'
'mlr_filters.R'
'FilterAUC.R'
'FilterAnova.R'
'FilterBoruta.R'
'FilterCMIM.R'
'FilterCarScore.R'
'FilterCarSurvScore.R'
'FilterCorrelation.R'
'FilterDISR.R'
'FilterFindCorrelation.R'
'FilterLearner.R'
'FilterImportance.R'
'FilterInformationGain.R'
'FilterJMI.R'
'FilterJMIM.R'
'FilterKruskalTest.R'
'FilterMIM.R'
'FilterMRMR.R'
'FilterNJMIM.R'
'FilterPerformance.R'
'FilterPermutation.R'
'FilterRelief.R'
'FilterSelectedFeatures.R'
'FilterUnivariateCox.R'
'FilterVariance.R'
'bibentries.R'
'flt.R'
'helper.R'
'reexports.R'
'zzz.R'