forked from mlr-org/mlr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
108 lines (108 loc) · 2.56 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
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("Jakob", "Richter", email =
"[email protected]", role = "aut"), person("Jakob", "Bossek",
email = "[email protected]", role = "aut"), person("Leonard",
"Judt", email = "[email protected]", role = "aut"),
person("Tobias", "Kuehn", email = "[email protected]", role = "aut"),
person("Erich", "Studerus", email = "[email protected]", role =
"aut"), person("Lars", "Kotthoff", email =
"[email protected]", 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.5),
BBmisc (>= 1.9),
ggplot2,
stats
Imports:
checkmate (>= 1.5.1),
parallelMap (>= 1.2),
plyr,
reshape2,
survival
Suggests:
ada,
adabag,
bartMachine,
brnn,
care,
caret,
class,
clue,
cluster,
clusterSim,
clValid,
cmaes,
CoxBoost,
crs,
Cubist,
DiceKriging,
DiceOptim,
DiscriMiner,
e1071,
earth,
elmNN,
emoa,
extraTrees,
FNN,
FSelector,
gbm,
GenSA,
glmnet,
Hmisc,
irace,
kernlab,
kknn,
klaR,
kohonen,
laGP,
LiblineaR,
lqa,
MASS,
mboost,
mco,
mda,
mlbench,
modeltools,
mRMRe,
nnet,
nodeHarvest,
party,
penalized,
pls,
pROC,
randomForest,
randomForestSRC,
RCurl,
rjson,
robustbase,
ROCR,
rpart,
rrlda,
rsm,
RWeka,
sda,
stepPlr,
testthat,
tgp,
TH.data,
xgboost
LazyData: yes
ByteCompile: yes
Version: 2.4