Learn R Programming

drifter (version 0.2.1)

Concept Drift and Concept Shift Detection for Predictive Models

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) .

Copy Link

Version

Install

install.packages('drifter')

Monthly Downloads

226

Version

0.2.1

License

GPL

Maintainer

Przemyslaw Biecek

Last Published

May 31st, 2019

Functions in drifter (0.2.1)

calculate_distance

Calculate Non-Intersection Distance
calculate_covariate_drift

Calculate Covariate Drift for two data frames
check_drift

This function executes all tests for drift between two datasets / models
compare_two_profiles

Calculates distance between two Ceteris Paribus Profiles
print.model_drift

Print Model Drift Data Frame
calculate_model_drift

Calculate Model Drift for comparison of models trained on new/old data
calculate_residuals_drift

Calculate Residual Drift for old model and new vs. old data
print.all_drifter_checks

Print All Drifter Checks
print.covariate_drift

Print Covariate Drift Data Frame