-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
82 lines (82 loc) · 2.35 KB
/
DESCRIPTION
File metadata and controls
82 lines (82 loc) · 2.35 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: tidysynthesis
Title: A Common API for Synthesizing Data
Version: 0.1.3
Authors@R:
c(person(given = "Aaron R.",
family = "Williams",
email = "awilliams@urban.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5564-1938")),
person(given = "Kyle",
family = "Ueyama",
email = "kueyama@urban.org",
role = "aut"),
person(given = "Gabe",
family = "Morrison",
email = "gmorrison@urban.org",
role = "aut",
comment = c(ORCID = "0009-0008-1815-5920")),
person(given = "Jeremy",
family = "Seeman",
email = "jseeman@urban.org",
role = "aut",
comment = c(ORCID = "0000-0003-3526-3209")),
person(given = "Elyse",
family = "McFalls",
role = "ctb"),
person(given = "Claire",
family = "Morton",
role = "ctb"),
person(given = "Livia",
family = "Mucciolo",
role = "ctb"),
person(given = "Madeline",
family = "Pickens",
role = "ctb"),
person(given = "Noah",
family = "Zwiefel",
role = "ctb"),
person(given = "The Urban Institute", role = c("cph")))
Maintainer: Aaron R. Williams <awilliams@urban.org>
Description: A system built on 'tidymodels' for generating synthetic tabular
data. We provide tools for ordering a sequential synthesis, feature and
target engineering, sampling, hyperparameter tuning, enforcing constraints,
and adding extra noise during a synthesis.
URL: https://ui-research.github.io/tidysynthesis-documentation/
BugReports: https://github.com/UrbanInstitute/tidysynthesis/issues
Depends: R (>= 4.1.0)
Imports:
dplyr,
forcats,
parsnip,
pillar,
purrr,
progressr,
recipes,
rlang,
rsample,
stringr,
tibble,
tidyr (>= 1.0.0),
tune,
vctrs,
workflows,
yardstick,
ExtDist,
dapper
Suggests:
hardhat,
palmerpenguins,
poissonreg,
randomForest,
ranger,
rpart,
rpart.LAD (>= 0.1.2),
testthat (>= 2.1.0),
usethis,
VGAM
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2