{
  "_id": "6a1f1226b401979e7341dca1",
  "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-05-17 07:42:50 UTC",
    "User": "root"
  },
  "Author": "Przemyslaw Biecek [aut, cre],\nKatarzyna Pekala [ctb]",
  "Maintainer": "Przemyslaw Biecek <przemyslaw.biecek@gmail.com>",
  "MD5sum": "501a7d6376a00cf54247258b1c1dff70",
  "_user": "modeloriented",
  "_type": "src",
  "_file": "drifter_0.2.2.tar.gz",
  "_fileid": "e9e86e6f703372c7772e75c189b8475b812a3ed8d64dd585142471a3ce18baa9",
  "_filesize": 107176,
  "_sha256": "e9e86e6f703372c7772e75c189b8475b812a3ed8d64dd585142471a3ce18baa9",
  "_created": "2026-05-17T07:42:50.000Z",
  "_published": "2026-06-02T17:25:58.957Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131453107,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040534438"
    },
    {
      "job": 79131452891,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040536592"
    },
    {
      "job": 79131453259,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040529187"
    },
    {
      "job": 79131453023,
      "time": 117,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040530599"
    },
    {
      "job": 79131451944,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040517267"
    },
    {
      "job": 79131452223,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365046172"
    },
    {
      "job": 79131453268,
      "time": 260,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040545342"
    },
    {
      "job": 79131453585,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040528818"
    },
    {
      "job": 79131453052,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040530034"
    }
  ],
  "_buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188",
  "_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"
  },
  "_downloads": {
    "count": 244,
    "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-05-17T07:45:02.000Z",
      "distro": "noble",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "af21f486ca7998cbb6bca68c658b54012b0b343c6927c7cc201dda7be85cd8e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-17T07:45:21.000Z",
      "distro": "noble",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "14622c9b956ec8d2ad34fc899b755b4adb52827b021a1e4edf665348b81da18d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-17T07:44:26.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "d38d2bdc67146d699e250206439ca6d25f88afc0c78abc3f30ce0360dca5e837",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-17T07:44:30.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "61ca32ffb296b0d8a8d01bc659f7ab2b7ae6b59b11d1e260f6eaddcd20134c92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-17T07:46:42.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "42a177e82bd6a904c659f4c3b9c2083cf4837a688a7aa890904f9fdcfa9d1191",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-17T07:44:04.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "b8ec82c5cee6f8646c82427a12baa72cfc1ef83fbee360d129bb3a70ec38b6ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-17T07:44:15.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "dfb65997974c6e1e590d0cf64f8ae4568f533e923c708afe031c8b45437960cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-06-02T17:25:38.000Z",
      "commit": "bad5d02695e9d7dddb4ecea94ce66f2efddd8da4",
      "fileid": "310e01ddbffec277ae873d6c660d13411e202af54c97a3807c111c6bfc6d44d1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984876188"
    }
  ]
}