-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 957 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
36
37
38
39
40
Package: NNTools
Title: Pipes and tools for machine learning
Version: 0.0.19
Authors@R: c(
person("Joan", "Maspons", email="j.maspons@creaf.uab.cat", role=c("aut", "cre"),
comment=c(ORCID="0000-0003-2286-8727")),
person("Helena", "Vallicrosa", email="h.vallicrosa@creaf.uab.cat", role="ctb")
)
Maintainer: Joan Maspons <j.maspons@creaf.uab.cat>
Description: What the package does (one paragraph).
License: GPL-3
URL: https://jmaspons.github.io/MLTools, https://jmaspons.github.io/MLTools/
BugReports: https://github.com/jmaspons/MLTools/issues
Depends:
R (>= 3.4)
Imports:
abind,
caret,
coda,
DALEX,
data.table (>= 1.14.9),
future.apply,
ggplot2,
ingredients,
keras,
kernelshap,
methods,
randomForest,
shapviz,
xgboost
Suggests:
future,
future.callr,
raster,
snow,
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3