-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.48 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
Package: mlr3ordinal
Title: Ordinal regression for mlr3
Version: 0.1.0-9000
Authors@R:
c(person(given = "Stefan",
family = "Coors",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7465-2146")),
person(given = "Michel",
family = "Lang",
role = "ctb",
email = "[email protected]"))
Description: Provides extensions for ordinal regression for
mlr3. This includes a specialized task type, models, and measures.
License: MIT + file LICENSE
URL: https://mlr3ordinal.mlr-org.com,
https://github.com/mlr-org/mlr3ordinal
BugReports: https://github.com/mlr-org/mlr3ordinal/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
data.table,
mlr3 (>= 0.6.0),
mlr3misc,
mlr3pipelines (>= 0.1.3.9000),
nloptr,
ordinal,
paradox,
R6
Suggests:
covr,
evaluate,
Hmisc,
lgr,
mlr3measures,
rpart,
testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.2
Collate:
'LearnerOrdinal.R'
'LearnerOrdinalClm.R'
'MeasureOrdinal.R'
'MeasureOrdinalACC.R'
'MeasureOrdinalCE.R'
'MeasureOrdinalMAE.R'
'PipeOpOrdinalClassif.R'
'PipeOpOrdinalRegr.R'
'PipeOpUpdateTarget.R'
'PredictionOrdinal.R'
'TaskOrdinal.R'
'TaskOrdinalWinerating.R'
'convert_task.R'
'helpers.R'
'pipeline_ordinal.R'
'zzz.R'