-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.15 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
Package: arenar
Title: Arena for the Exploration and Comparison of any ML Models
Version: 0.2.0
Authors@R:
c(person("Piotr", "Piątyszek", role = c("aut", "cre"),
email = "[email protected]"),
person("Przemyslaw", "Biecek", role = c("aut"),
comment = c(ORCID = "0000-0001-8423-1823")))
Description: Generates data for challenging machine learning models in 'Arena'
<https://arena.drwhy.ai> - an interactive web application. You can start
the server with XAI (Explainable Artificial Intelligence) plots to be
generated on-demand or precalculate and auto-upload data file beside
shareable 'Arena' URL.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.6)
Imports:
ingredients,
iBreakDown,
gistr,
jsonlite,
plumber,
parallel,
utils,
stats,
methods,
auditor,
DALEX (>= 1.3.0),
fairmodels,
graphics
Suggests:
testthat,
knitr,
rmarkdown,
dplyr,
pkgdown,
covr,
ranger
VignetteBuilder: knitr
URL: https://arenar.drwhy.ai, https://github.com/ModelOriented/ArenaR
BugReports: https://github.com/ModelOriented/ArenaR/issues