forked from mlr-org/mlr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
148 lines (148 loc) · 3.49 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
Package: mlr
Title: Machine Learning in R
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.
Authors@R: c(
person("Bernd", "Bischl", email = "[email protected]", role = c("aut", "cre")),
person("Michel", "Lang", email = "[email protected]", role = "aut"),
person("Lars", "Kotthoff", email = "[email protected]", role = "aut"),
person("Julia", "Schiffner", email = "[email protected]", role = "aut"),
person("Jakob", "Richter", email = "[email protected]", role = "aut"),
person("Zachary", "Jones", email = "[email protected]", role = "aut"),
person("Giuseppe", "Casalicchio", email = "[email protected]", role = "aut"),
person("Jakob", "Bossek", email = "[email protected]", role = "ctb"),
person("Erich", "Studerus", email = "[email protected]", role = "ctb"),
person("Leonard","Judt", email = "[email protected]", role = "ctb"),
person("Tobias", "Kuehn", email = "[email protected]", role = "ctb"),
person("Pascal", "Kerschke", email = "[email protected]", role = "ctb"),
person("Florian", "Fendt", email = "[email protected]", role = "ctb"))
URL: https://github.com/mlr-org/mlr
BugReports: https://github.com/mlr-org/mlr/issues
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(wrap = FALSE)
Depends:
R (>= 3.0.2),
BBmisc (>= 1.10),
ggplot2,
ParamHelpers (>= 1.8),
stats,
stringi
Imports:
checkmate (>= 1.7.1),
data.table,
ggvis,
methods,
parallelMap (>= 1.3),
plyr,
reshape2,
shiny,
survival,
utils
Suggests:
ada,
adabag,
bartMachine,
brnn,
bst,
C50,
care,
caret (>= 6.0-57),
class,
clue,
cluster,
clusterSim,
clValid,
cmaes,
CoxBoost,
crs,
Cubist,
deepnet,
DiceKriging,
DiceOptim,
DiscriMiner,
e1071,
earth,
elasticnet,
elmNN,
emoa,
extraTrees,
flare,
fields,
FNN,
fpc,
frbs,
FSelector,
gbm,
GenSA,
glmnet,
h2o (>= 3.6.0.8),
GPfit,
Hmisc,
irace (>= 1.0.7),
kernlab,
kknn,
klaR,
knitr,
kohonen,
laGP,
LiblineaR,
lqa,
MASS,
mboost,
mco,
mda,
mlbench,
modeltools,
mRMRe,
nnet,
nodeHarvest (>= 0.7-3),
neuralnet,
numDeriv,
pamr,
party,
penalized (>= 0.9-47),
pls,
PMCMR (>= 4.1),
pROC (>= 1.8),
randomForest,
randomForestSRC (>= 2.2.0),
ranger (>= 0.5.0),
RCurl,
rFerns,
rjson,
rknn,
rmarkdown,
robustbase,
ROCR,
rotationForest,
rpart,
RRF,
rrlda,
rsm,
RSNNS,
RWeka,
sda,
smoof,
sparsediscrim,
sparseLDA,
stepPlr,
SwarmSVM,
svglite,
testthat,
tgp,
TH.data,
xgboost,
XML
LazyData: yes
ByteCompile: yes
Version: 2.9
VignetteBuilder: knitr
RoxygenNote: 5.0.1