-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 944 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
Package: Xy
Title: Simulating Supervised Learning Data
Version: 0.2
Authors@R:
person(given = "Andre",
family = "Bleier",
role = c("aut", "cre"),
email = "andrebleier@live.de")
Description: A simulation framework for supervised learning
data. The functionalities are specifically designed to let the user a
maximum degrees of freedom, to ultimately fulfill the research
purpose. Furthermore, feature importances of the simulation can be
created on a local and a global level. This is particular
interesting, for instance, to benchmark feature selection algorithms.
License: MIT + file LICENSE
Depends:
R (>= 3.6)
Imports:
copula,
crayon,
dplyr,
ggplot2,
glue,
magrittr,
Matrix,
purrr,
rlang,
stringr,
tibble,
tidyr
Suggests:
covr,
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1