-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.01 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
Package: lmkknn.metrics
Title: LM and KKNN regression metrics
Version: 0.0.0.9000
Authors@R:
c(
person("Ammar", "Bagharib", ,"[email protected]", role = c("aut", "cre")),
person("Miles", "Brodie", ,"[email protected]", role = c("aut")),
person("Sammy", "Gulip", ,"[email protected]", role = c("aut"))
)
Description: Contains functions that builds and records metrics of lm and kknn regression models.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
recipes,
parsnip,
workflows,
tune,
tibble,
rsample,
yardstick,
data.table,
kknn
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate:
'01_target-df.R'
'02_create-recipe.R'
'03_create-spec-kmin.R'
'04_get-list-item.R'
'05_create-fit.R'
'06_create-model-prediction.R'
'07_get-metric.R'
'08_str-collapse.R'
'09_create-metric-df.R'
'10_metric-bind.R'
URL: https://dsci-310.github.io/dsci-310-group-16-pkg/