-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
82 lines (82 loc) · 2.33 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
Package: mlr3learners
Title: Recommended Learners for 'mlr3'
Version: 0.8.0.9000
Authors@R: c(
person("Michel", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Quay", "Au", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5252-8902")),
person("Stefan", "Coors", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7465-2146")),
person("Patrick", "Schratz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0748-6624")),
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400"))
)
Description: Recommended Learners for 'mlr3'. Extends 'mlr3' with
interfaces to essential machine learning packages on CRAN. This
includes, but is not limited to: (penalized) linear and logistic
regression, linear and quadratic discriminant analysis, k-nearest
neighbors, naive Bayes, support vector machines, and gradient
boosting.
License: LGPL-3
URL: https://mlr3learners.mlr-org.com,
https://github.com/mlr-org/mlr3learners
BugReports: https://github.com/mlr-org/mlr3learners/issues
Depends:
mlr3 (>= 0.21.1),
R (>= 3.1.0)
Imports:
checkmate,
data.table,
mlr3misc (>= 0.9.4),
paradox (>= 1.0.0),
R6
Suggests:
DiceKriging,
e1071,
glmnet,
kknn,
knitr,
lgr,
MASS,
nnet,
pracma,
ranger,
rgenoud,
rmarkdown,
testthat (>= 3.0.0),
xgboost (>= 1.6.0)
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'aaa.R'
'LearnerClassifCVGlmnet.R'
'LearnerClassifGlmnet.R'
'LearnerClassifKKNN.R'
'LearnerClassifLDA.R'
'LearnerClassifLogReg.R'
'LearnerClassifMultinom.R'
'LearnerClassifNaiveBayes.R'
'LearnerClassifNnet.R'
'LearnerClassifQDA.R'
'LearnerClassifRanger.R'
'LearnerClassifSVM.R'
'LearnerClassifXgboost.R'
'LearnerRegrCVGlmnet.R'
'LearnerRegrGlmnet.R'
'LearnerRegrKKNN.R'
'LearnerRegrKM.R'
'LearnerRegrLM.R'
'LearnerRegrNnet.R'
'LearnerRegrRanger.R'
'LearnerRegrSVM.R'
'LearnerRegrXgboost.R'
'bibentries.R'
'helpers.R'
'helpers_glmnet.R'
'helpers_ranger.R'
'zzz.R'