forked from tidymodels/yardstick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 970 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
Package: yardstick
Type: Package
Title: Tidy Characterizations of Model Performance
Version: 0.0.3.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", c("aut")),
person("RStudio", role = "cph"))
Maintainer: Max Kuhn <[email protected]>
Description: Tidy tools for quantifying how well model fits to a data set such as confusion matrices, class probability curve summaries, and regression metrics (e.g., RMSE).
URL: https://github.com/tidymodels/yardstick
BugReports: https://github.com/tidymodels/yardstick/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Depends:
R (>= 2.10)
Suggests:
testthat,
covr,
purrr,
tidyr,
ggplot2,
knitr,
kableExtra,
rmarkdown
Imports:
dplyr,
utils,
pROC,
rlang,
tidyselect,
Rcpp,
generics
LinkingTo:
Rcpp
VignetteBuilder: knitr