-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.1 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
44
45
46
47
48
49
50
51
Package: lightsnip
Type: Package
Title: LightGBM Model Engine for Parsnip
Version: 0.0.6
Authors@R: c(
person(given = "Dan", family = "Snow", email="daniel.snow@cookcountyil.gov", role=c("aut", "cre")),
person(given = "Nicole", family = "Jardine", email="nicole.jardine@cookcountyil.gov", role=c("aut", "ctb")),
person(given = "Claire", family = "Boyd", role=c("ctb"))
)
Date: 2023-07-04
Description: Provides an expanded LightGBM engine for the parsnip package.
URL: https://ccao-data.github.io/lightsnip/, https://github.com/ccao-data/lightsnip
License: AGPL-3 + file LICENSE
Encoding: UTF-8
Imports:
butcher,
dials,
dplyr (>= 1.0.0),
lightgbm (>= 4.2.0),
parsnip (>= 0.1.4),
purrr,
rlang,
stats,
tibble,
zip
Suggests:
AmesHousing,
covr,
data.table,
DiagrammeR,
DiagrammeRsvg,
glue,
hardhat,
jsonlite,
kableExtra,
knitr,
lintr,
modeldata,
pkgdown,
readr,
recipes,
rmarkdown,
rsample,
scales,
snakecase,
testthat (>= 2.1.0),
tidyr,
tune,
workflows,
yardstick
RoxygenNote: 7.2.3