-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
29 lines (29 loc) · 1017 Bytes
/
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: EloML
Title: Elo rating system for machine learning models
Version: 0.3.1
Authors@R: c(
person("Alicja", "Gosiewska", email = "[email protected]",role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6563-5742")),
person("Katarzyna", "Woznica", role= "aut"),
person("Przemyslaw", "Biecek", role = "aut",
comment = c(ORCID = "0000-0001-8423-1823"))
)
Description: Provides an easy to use unified interface for calculating EPP scores of machine learning models. Elo Predictive Power (EPP) scores assess model performance based on Elo ranking system. For more information see: Gosiewska et al. (2020) <arXiv:2006.02293>.
Depends: R (>= 3.5.0)
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
data.table,
ggplot2,
ggrepel,
glmnet,
Matrix
RoxygenNote: 7.1.1
URL: https://github.com/ModelOriented/EloML
BugReports: https://github.com/ModelOriented/EloML/issues
Suggests:
spelling,
testthat,
vdiffr
Language: en-US
Roxygen: list(markdown = TRUE)