# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "drifter" in publications use:' type: software license: GPL-1.0-only title: 'drifter: Concept Drift and Concept Shift Detection for Predictive Models' version: 0.2.2 doi: 10.32614/CRAN.package.drifter abstract: '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) .' authors: - family-names: Biecek given-names: Przemyslaw email: przemyslaw.biecek@gmail.com repository: https://modeloriented.r-universe.dev repository-code: https://github.com/ModelOriented/drifter commit: bad5d02695e9d7dddb4ecea94ce66f2efddd8da4 url: https://ModelOriented.github.io/drifter/ contact: - family-names: Biecek given-names: Przemyslaw email: przemyslaw.biecek@gmail.com