-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.22 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
Package: drifter
Title: Concept Drift and Concept Shift Detection for Predictive Models
Version: 0.2.2
Authors@R: c(person("Przemyslaw", "Biecek", email = "[email protected]", role = c("aut", "cre")),
person("Katarzyna", "Pekala", role = "ctb"))
Description: Concept drift refers to the change in the data distribution or
in the relationships between variables over time.
'drifter' calculates distances between variable distributions or
variable relations and identifies both types of drift.
Key functions are:
calculate_covariate_drift() checks distance between corresponding variables in two datasets,
calculate_residuals_drift() checks distance between residual distributions for two models,
calculate_model_drift() checks distance between partial dependency profiles for two models,
check_drift() executes all checks against drift.
'drifter' is a part of the 'DrWhy.AI' universe (Biecek 2018) <arXiv:1806.08915>.
Depends: R (>= 3.1)
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
DALEX,
dplyr,
tidyr,
ingredients
Suggests:
testthat,
ranger
RoxygenNote: 6.1.1
URL: https://ModelOriented.github.io/drifter/
BugReports: https://github.com/ModelOriented/drifter/issues