{
  "_id": "6a578d65ff0138dec5d714bd",
  "Package": "drifter",
  "Title": "Concept Drift and Concept Shift Detection for Predictive Models",
  "Version": "0.2.2",
  "Authors@R": "c(person(\"Przemyslaw\", \"Biecek\", email = \"przemyslaw.biecek@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Katarzyna\", \"Pekala\", role = \"ctb\"))",
  "Description": "Concept drift refers to the change in the data\ndistribution or in the relationships between variables over\ntime. 'drifter' calculates distances between variable\ndistributions or variable relations and identifies both types\nof drift. Key functions are: calculate_covariate_drift() checks\ndistance between corresponding variables in two datasets,\ncalculate_residuals_drift() checks distance between residual\ndistributions for two models, calculate_model_drift() checks\ndistance between partial dependency profiles for two models,\ncheck_drift() executes all checks against drift. 'drifter' is a\npart of the 'DrWhy.AI' universe (Biecek 2018)\n<arXiv:1806.08915>.",
  "License": "GPL",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "URL": "https://ModelOriented.github.io/drifter/",
  "BugReports": "https://github.com/ModelOriented/drifter/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://modeloriented.r-universe.dev",
  "Date/Publication": "2019-09-24 08:31:48 UTC",
  "RemoteUrl": "https://github.com/modeloriented/drifter",
  "RemoteRef": "HEAD",
  "RemoteSha": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-15 13:34:23 UTC",
    "User": "root"
  },
  "Author": "Przemyslaw Biecek [aut, cre],\nKatarzyna Pekala [ctb]",
  "Maintainer": "Przemyslaw Biecek <przemyslaw.biecek@gmail.com>",
  "_user": "modeloriented",
  "_type": "src",
  "_file": "drifter_0.2.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/1dba8e75ae217445ec2cfe5c970cb320e286f918da7ce6663bdf05b140ffe0fb",
  "_filesize": 107646,
  "_sha256": "1dba8e75ae217445ec2cfe5c970cb320e286f918da7ce6663bdf05b140ffe0fb",
  "_expires": "2026-10-23T13:38:43.000Z",
  "_created": "2026-07-15T13:34:23.000Z",
  "_published": "2026-07-15T13:38:45.118Z",
  "_jobs": [
    {
      "job": 87366958472,
      "time": 164,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8344765398"
    },
    {
      "job": 87366958291,
      "time": 222,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8344794685"
    },
    {
      "job": 87366958393,
      "time": 131,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8344747512"
    },
    {
      "job": 87366958324,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8344752543"
    },
    {
      "job": 87365681610,
      "time": 306,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8344677889"
    },
    {
      "job": 87366958282,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8344732299"
    },
    {
      "job": 87366958312,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8344733303"
    },
    {
      "job": 87366958411,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8344733194"
    },
    {
      "job": 87366958338,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8344732049"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757",
  "_status": "success",
  "_upstream": "https://github.com/modeloriented/drifter",
  "_commit": {
    "id": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
    "author": "Przemysław Biecek <pbiecek@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "added badge",
    "time": 1569313908
  },
  "_maintainer": {
    "name": "Przemyslaw Biecek",
    "email": "przemyslaw.biecek@gmail.com",
    "login": "pbiecek",
    "twitter": "@PrzeBiec",
    "description": "I just like to make things. \nhttps://mi2.ai/",
    "uuid": 4624318
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1",
      "role": "Depends"
    },
    {
      "package": "DALEX",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ingredients",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ranger",
      "role": "Suggests"
    }
  ],
  "_owner": "modeloriented",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "concept-drift",
    "concept-shift",
    "drwhy",
    "predictive-modeling"
  ],
  "_stars": 19,
  "_contributors": [
    {
      "user": "pbiecek",
      "count": 30,
      "uuid": 4624318
    },
    {
      "user": "kasiapekala",
      "count": 5,
      "uuid": 8482403
    }
  ],
  "_userbio": {
    "uuid": 44725555,
    "type": "organization",
    "name": "Model Oriented",
    "followers": 145
  },
  "_downloads": {
    "count": 281,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/drifter"
  },
  "_devurl": "https://github.com/modeloriented/drifter",
  "_pkgdown": "https://ModelOriented.github.io/drifter/",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/drifter.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/modeloriented/drifter",
  "_realowner": "modeloriented",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2019-05-31"
    }
  ],
  "_exports": [
    "calculate_covariate_drift",
    "calculate_distance",
    "calculate_model_drift",
    "calculate_residuals_drift",
    "check_drift",
    "compare_two_profiles"
  ],
  "_help": [
    {
      "page": "calculate_covariate_drift",
      "title": "Calculate Covariate Drift for two data frames",
      "topics": [
        "calculate_covariate_drift"
      ]
    },
    {
      "page": "calculate_distance",
      "title": "Calculate Non-Intersection Distance",
      "topics": [
        "calculate_distance"
      ]
    },
    {
      "page": "calculate_model_drift",
      "title": "Calculate Model Drift for comparison of models trained on new/old data",
      "topics": [
        "calculate_model_drift"
      ]
    },
    {
      "page": "calculate_residuals_drift",
      "title": "Calculate Residual Drift for old model and new vs. old data",
      "topics": [
        "calculate_residuals_drift"
      ]
    },
    {
      "page": "check_drift",
      "title": "This function executes all tests for drift between two datasets / models",
      "topics": [
        "check_drift"
      ]
    },
    {
      "page": "compare_two_profiles",
      "title": "Calculates distance between two Ceteris Paribus Profiles",
      "topics": [
        "compare_two_profiles"
      ]
    },
    {
      "page": "print.all_drifter_checks",
      "title": "Print All Drifter Checks",
      "topics": [
        "print.all_drifter_checks"
      ]
    },
    {
      "page": "print.covariate_drift",
      "title": "Print Covariate Drift Data Frame",
      "topics": [
        "print.covariate_drift"
      ]
    },
    {
      "page": "print.model_drift",
      "title": "Print Model Drift Data Frame",
      "topics": [
        "print.model_drift"
      ]
    }
  ],
  "_readme": "https://github.com/modeloriented/drifter/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "DALEX",
    "digest",
    "doFuture",
    "dplyr",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gridExtra",
    "gtable",
    "iBreakDown",
    "ingredients",
    "isoband",
    "iterators",
    "kernelshap",
    "labeling",
    "lifecycle",
    "listenv",
    "magrittr",
    "parallelly",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 4.45484486000851,
  "_indexed": true,
  "_nocasepkg": "drifter",
  "_universes": [
    "modeloriented",
    "pbiecek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-07-15T13:36:49.000Z",
      "distro": "resolute",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/395861d1e59905eca8a65a8ce8d809d63f95d6005f8ac53f48ea0a5b7a97d6e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-07-15T13:37:52.000Z",
      "distro": "resolute",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/8f03a0a6082d7d5eaec5a96d6476a8816c5f75db2afba5fc587ebda3c56e069f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-07-15T13:36:17.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/0bec6dae3337452b7fed993bbb1f47786c46403ed3933ce547672307b7bc0680",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-07-15T13:36:18.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/9c0116bc1eb3a776c63b808d215735580fc43c507671eb9edf2271f340df32fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-07-15T13:36:24.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/a8c5b34c7350d6784305e25a0b66990f696efb194e77001ae1c5a3aa87bbba7f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-07-15T13:35:37.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/b9ec11feccc7bf415630a60e6f66dccea3d62a939289b89e1b8691addb86c7f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-07-15T13:35:38.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/52970551998a55cc4d49bb3eb9e58842590de0b138b428f3f1bf16f5cf05478f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-07-15T13:35:38.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "https://r2.ropensci.org/e8c25cacace2a9cde575f69444f6dd855bc852c21990c331b8de8c36260794ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/29419372757"
    }
  ]
}