This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
103 lines (103 loc) · 1.98 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
Type: Package
Package: mlrng
Title: Machine Learning in R - Next Generation
Version: 0.1
Authors@R:
c(person(given = "Bernd",
family = "Bischl",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Michel",
family = "Lang",
role = "aut",
email = "[email protected]"))
Description: Machine Learning in R. Next Gen.
License: GPL-2
Depends:
data.table,
phng,
R (>= 3.2.0)
Imports:
backports (>= 1.1.1),
BBmisc,
checkmate (>= 1.8.4),
DBI,
digest,
dplyr (>= 0.7.0),
evaluate,
fastmatch,
glue,
parallelMap,
prettyunits,
R6,
rappdirs,
RSQLite,
stringi,
yaml
Suggests:
callr,
dbplyr,
knitr,
mlbench,
rmarkdown,
rpart,
testthat,
withr
VignetteBuilder:
knitr
Remotes:
mllg/backports,
mlr-org/phng
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
Collate:
'Backend.R'
'BackendDBI.R'
'BackendLocal.R'
'BenchmarkResult.R'
'Dictionary.R'
'Learner.R'
'LearnerClassif.R'
'LearnerRegr.R'
'Measure.R'
'Result.R'
'TrainResult.R'
'PredictResult.R'
'PerformanceResult.R'
'ResampleResult.R'
'Resampling.R'
'Task.R'
'TaskSupervised.R'
'TaskClassif.R'
'TaskRegr.R'
'TrainLog.R'
'TuneControl.R'
'TuneControlGrid.R'
'asserts.R'
'benchmark.R'
'config.R'
'expect_learner.R'
'getTaskData.R'
'helper.R'
'mlr.learners.R'
'mlr.learners.classif.dummy.R'
'mlr.learners.classif.rpart.R'
'mlr.learners.helper.R'
'mlr.learners.regr.dummy.R'
'mlr.measures.R'
'mlr.measures.mmce.R'
'mlr.measures.mse.R'
'mlr.resamplings.R'
'mlr.resamplings.cv.R'
'mlr.resamplings.holdout.R'
'mlr.resamplings.subsampling.R'
'mlr.tasks.R'
'performance.R'
'predict.R'
'resample.R'
'runExperiment.R'
'train.R'
'tune.R'
'zzz.R'