-
-
Notifications
You must be signed in to change notification settings - Fork 405
/
DESCRIPTION
193 lines (193 loc) · 5.79 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Package: mlr
Title: Machine Learning in R
Version: 2.19.1.9001
Authors@R: c(
person("Bernd", "Bischl", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6002-6980")),
person("Michel", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Lars", "Kotthoff", , "[email protected]", role = "aut"),
person("Patrick", "Schratz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624")),
person("Julia", "Schiffner", , "[email protected]", role = "aut"),
person("Jakob", "Richter", , "[email protected]", role = "aut"),
person("Zachary", "Jones", , "[email protected]", role = "aut"),
person("Giuseppe", "Casalicchio", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5324-5966")),
person("Mason", "Gallo", , "[email protected]", role = "aut"),
person("Jakob", "Bossek", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4121-4668")),
person("Erich", "Studerus", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4233-0182")),
person("Leonard", "Judt", , "[email protected]", role = "ctb"),
person("Tobias", "Kuehn", , "[email protected]", role = "ctb"),
person("Pascal", "Kerschke", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2862-1418")),
person("Florian", "Fendt", , "[email protected]", role = "ctb"),
person("Philipp", "Probst", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8402-6790")),
person("Xudong", "Sun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3269-2307")),
person("Janek", "Thomas", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4511-6245")),
person("Bruno", "Vieira", , "[email protected]", role = "ctb"),
person("Laura", "Beggel", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-8872-8535")),
person("Quay", "Au", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-5252-8902")),
person("Martin", "Binder", , "[email protected]", role = "ctb"),
person("Florian", "Pfisterer", , "[email protected]", role = "ctb"),
person("Stefan", "Coors", , "[email protected]", role = "ctb"),
person("Steve", "Bronder", , "[email protected]", role = "ctb"),
person("Alexander", "Engelhardt", , "[email protected]", role = "ctb"),
person("Christoph", "Molnar", , "[email protected]", role = "ctb"),
person("Annette", "Spooner", , "[email protected]", role = "ctb")
)
Description: Interface to a large number of classification and regression
techniques, including machine-readable parameter descriptions. There
is also an experimental extension for survival analysis, clustering
and general, example-specific cost-sensitive learning. Generic
resampling, including cross-validation, bootstrapping and subsampling.
Hyperparameter tuning with modern optimization techniques, for single-
and multi-objective problems. Filter and wrapper methods for feature
selection. Extension of basic learners with additional operations
common in machine learning, also allowing for easy nested resampling.
Most operations can be parallelized.
License: BSD_2_clause + file LICENSE
URL: https://mlr.mlr-org.com, https://github.com/mlr-org/mlr
BugReports: https://github.com/mlr-org/mlr/issues
Depends:
ParamHelpers (>= 1.10),
R (>= 3.0.2)
Imports:
backports (>= 1.1.0),
BBmisc (>= 1.11),
checkmate (>= 1.8.2),
data.table (>= 1.12.4),
ggplot2,
methods,
parallelMap (>= 1.3),
stats,
stringi,
survival,
utils,
XML
Suggests:
ada,
adabag,
batchtools,
bit64,
brnn,
bst,
C50,
care,
caret (>= 6.0-57),
class,
clue,
cluster,
ClusterR,
clusterSim (>= 0.44-5),
cmaes,
cowplot,
crs,
Cubist,
deepnet,
DiceKriging,
e1071,
earth,
elasticnet,
emoa,
evtree,
fda.usc,
FDboost,
FNN,
forecast (>= 8.3),
fpc,
frbs,
FSelector,
FSelectorRcpp (>= 0.3.5),
gbm,
GenSA,
ggpubr,
glmnet,
GPfit,
h2o (>= 3.6.0.8),
Hmisc,
irace (>= 2.0),
kernlab,
kknn,
klaR,
knitr,
laGP,
LiblineaR,
lintr (>= 1.0.0.9001),
MASS,
mboost,
mco,
mda,
memoise,
mlbench,
mldr,
mlrMBO,
mmpf,
modeltools,
mRMRe,
neuralnet,
nnet,
numDeriv,
pamr,
pander,
party,
pec,
penalized (>= 0.9-47),
pls,
PMCMRplus,
praznik (>= 5.0.0),
randomForest,
ranger (>= 0.8.0),
rappdirs,
refund,
rex,
rFerns,
rgenoud,
rmarkdown,
Rmpi,
ROCR,
rotationForest,
rpart,
RRF,
rsm,
RSNNS,
rucrdtw,
RWeka,
sda,
sf,
smoof,
sparseLDA,
stepPlr,
survAUC,
svglite,
SwarmSVM,
testthat,
tgp,
TH.data,
tidyr,
tsfeatures,
vdiffr,
wavelets,
xgboost (>= 0.7)
VignetteBuilder:
knitr
ByteCompile: yes
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: featsel_plotFilterValues,base_plotResiduals,base_generateHyperParsEffect,
tune_tuneIrace, featsel_filters, learners_all*,
regr_h2ogbm
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: gdal (optional), geos (optional), proj (optional),
udunits (optional), gsl (optional), gmp (optional), glu (optional),
jags (optional), mpfr (optional), openmpi (optional)