-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
35 lines (35 loc) · 998 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
30
31
32
33
34
35
Package: anchors
Type: Package
Title: AnchorsOnR: High-Precision Model-Agnostic Explanations in R
Version: 0.0.1
Authors@R: as.person(c(
"Thorben Hellweg <thorben.hellweg@viadee.de> [aut, cre]",
"Tobias Goerke <tobias.goerke@viadee.de> [ctb]",
"Magdalena Lang <magdalena.lang@viadee.de> [ctb]"))
Maintainer: Thorben Hellweg <thorben.hellweg@viadee.de>
Description: This package provides an interface to the java-based implementation of the anchors explanation algorithm for machine learning models. It enables High-Precision Model-Agnostic Explanations in your favourite statistical computing language.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
checkmate,
jsonlite,
BBmisc,
uuid,
magrittr,
plyr,
stats,
grDevices,
graphics
VignetteBuilder: knitr
SystemRequirements: Java Runtime Environment (JRE)
Suggests:
testthat,
mlr,
h2o,
knitr,
MASS,
xgboost,
keras,
rmarkdown
RoxygenNote: 6.1.1