{
  "_id": "6a31175e3efcd9bda435a8c1",
  "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-06-16 09:25:39 UTC",
    "User": "root"
  },
  "Author": "Przemyslaw Biecek [aut, cre],\nKatarzyna Pekala [ctb]",
  "Maintainer": "Przemyslaw Biecek <przemyslaw.biecek@gmail.com>",
  "MD5sum": "e600eebf313bb1a90f9d642699b04a71",
  "_user": "modeloriented",
  "_type": "src",
  "_file": "drifter_0.2.2.tar.gz",
  "_fileid": "89dec65bc04335ac8cd3ad3414585c5b10af8ffd470ccc74d8c0e71974362327",
  "_filesize": 108462,
  "_sha256": "89dec65bc04335ac8cd3ad3414585c5b10af8ffd470ccc74d8c0e71974362327",
  "_created": "2026-06-16T09:25:39.000Z",
  "_published": "2026-06-16T09:29:02.174Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81624208403,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7662672309"
    },
    {
      "job": 81624208416,
      "time": 154,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662676843"
    },
    {
      "job": 81624208402,
      "time": 100,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7662652990"
    },
    {
      "job": 81624208533,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662656024"
    },
    {
      "job": 81623641446,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662613466"
    },
    {
      "job": 81624208421,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662660316"
    },
    {
      "job": 81624208394,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7662656017"
    },
    {
      "job": 81624208423,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7662658743"
    },
    {
      "job": 81624208398,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7662657753"
    }
  ],
  "_buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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
  },
  "_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": 143
  },
  "_downloads": {
    "count": 245,
    "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.0",
  "_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-06-16T09:27:46.000Z",
      "distro": "noble",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "01df43ecf54bb273d516a0d0453bd0cd301353c93d40d101c9740dedd34cff8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-06-16T09:27:58.000Z",
      "distro": "noble",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "ff3debb54e9f8661031f3064df6ee7b627a7d5e47b1a0cd5b25a5f052e1a4d98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-16T09:27:08.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "e8c3a8273bc62d5bce0caac60731afe19091a3a0f07550ce6e6b3a9b583ff5e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-06-16T09:27:12.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "3c667015e1395d420db15c8930d3332f24ed2f8484a31fac667f84ae44b8a813",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-06-16T09:27:52.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "7037568a5262556b90fea6aafb27b74940497dbf58b107cfa754ea82532ff181",
      "status": "success",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-16T09:26:55.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "787f6d9ea945704e6e06a840c4e8a8b9595c6b1d07a146e697f4eac9570e0881",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-16T09:26:59.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "cd7d08d6f1f2f29f33707e23c40d276afc88a4e49a6a67cb1e17a2eea303b119",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-06-16T09:27:05.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "9b61fde0734e133021318e72641d349382d2052f4ddcd2bb0d9fe08befbaeed6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/27607628362"
    }
  ]
}