-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 905 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
Package: recorder
Title: Toolkit to Validate New Data for a Predictive Model
Version: 0.8.2
Authors@R:
person(given = "Lars",
family = "Kjeldgaard",
role = c("aut", "cre"),
email = "lars_kjeldgaard@hotmail.com")
Description: A lightweight toolkit to validate new observations when computing
their predictions with a predictive model. The validation process
consists of two steps: (1) record relevant statistics and meta data of the
variables in the original training data for the predictive model and
(2) use these data to run a set of basic validation tests on the new set of
observations.
URL: https://github.com/smaakage85/recorder
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
data.table,
crayon
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr