-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 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
Package: calibtools
Title: Posterior Probability Calibration Tools for Machine Learning Algorithms
Version: 0.0.0.9000
Authors@R:
c(person("Norm", "Matloff", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9179-6785")),
person("Kenneth", "Lee", email = "[email protected]", role = c("ctb")),
person("Rongkui", "Han", email = "[email protected]", role = c("ctb")))
Description: Tools for calibrating posterior probabilities produced by machine learning algorithms. This is related to a paper titled "A Closer Look at Probability Calibration in Multiclass Problems."
Depends: R (>= 3.5.0)
Maintainer: Kenneth Lee <[email protected]>
Imports:
regtools,
RcmdrMisc,
CORElearn,
CalibratR,
glmgen,
ELiTE,
PRROC
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/kenneth-lee-ch/calibtools
BugReports: https://github.com/kenneth-lee-ch/calibtools/issues
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr