-
-
Notifications
You must be signed in to change notification settings - Fork 404
/
Copy pathDESCRIPTION
98 lines (98 loc) · 2.44 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
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 = "bernd_bischl@gmx.net", role =
c("aut", "cre")), person("Michel", "Lang", email =
"michellang@gmail.com", role = "aut"), person("Jakob", "Richter", email =
"code@jakob-r.de", role = "aut"), person("Jakob", "Bossek",
email = "jakob.bossek@tu-dortmund.de", role = "aut"), person("Leonard",
"Judt", email = "leonard.judt@tu-dortmund.de", role = "aut"),
person("Tobias", "Kuehn", email = "tobi.kuehn@gmx.de", role = "aut"),
person("Erich", "Studerus", email = "erich.studerus@upkbs.ch", role =
"aut"), person("Lars", "Kotthoff", email =
"lars.kotthoff@insight-centre.org", role = "aut"))
URL: https://github.com/berndbischl/mlr
BugReports: https://github.com/berndbischl/mlr/issues
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(wrap = FALSE)
Depends:
R (>= 3.0.0),
ParamHelpers (>= 1.4),
BBmisc (>= 1.7),
stats
Imports:
checkmate (>= 1.4),
codetools,
ggplot2,
parallelMap (>= 1.1),
plyr,
survival
Suggests:
testthat,
ada,
adabag,
bartMachine,
care,
caret,
class,
clue,
cluster,
clusterSim,
clValid,
cmaes,
CoxBoost,
crs,
DiceKriging,
DiceOptim,
DiscriMiner,
e1071,
earth,
emoa,
FNN,
FSelector,
gbm,
GenSA,
glmnet,
Hmisc,
irace,
kernlab,
kknn,
klaR,
lqa,
LiblineaR,
MASS,
mboost,
mco,
mda,
mlbench,
modeltools,
mRMRe,
nnet,
party,
penalized,
pls,
pROC,
randomForest,
randomForestSRC,
reshape2,
rrlda,
robustbase,
rpart,
rsm,
RWeka,
ROCR,
sda,
stepPlr,
TH.data
LazyData: yes
ByteCompile: yes
Version: 2.2