{
  "_id": "6a1f12b3b401979e7341de0d",
  "Package": "localModel",
  "Title": "LIME-Based Explanations with Interpretable Inputs Based on\nCeteris Paribus Profiles",
  "Version": "0.5",
  "Authors@R": "c(person(\"Przemyslaw\", \"Biecek\", email = \"przemyslaw.biecek@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"Mateusz\", \"Staniak\", role = \"aut\"),\nperson(\"Krystian\", \"Igras\", role = \"ctb\"),\nperson(\"Alicja\", \"Gosiewska\", role = \"ctb\"),\nperson(\"Harel\", \"Lustiger\", role = \"ctb\"),\nperson(\"Willy\", \"Tadema\", role = \"ctb\")\n)",
  "Maintainer": "Przemyslaw Biecek <przemyslaw.biecek@gmail.com>",
  "Description": "Local explanations of machine learning models describe,\nhow features contributed to a single prediction. This package\nimplements an explanation method based on LIME (Local\nInterpretable Model-agnostic Explanations, see Tulio Ribeiro,\nSingh, Guestrin (2016) <doi:10.1145/2939672.2939778>) in which\ninterpretable inputs are created based on local rather than\nglobal behaviour of each original feature.",
  "URL": "https://github.com/ModelOriented/localModel",
  "BugReports": "https://github.com/ModelOriented/localModel/issues",
  "License": "GPL",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "Repository": "https://modeloriented.r-universe.dev",
  "Date/Publication": "2021-09-19 17:56:00 UTC",
  "RemoteUrl": "https://github.com/modeloriented/localmodel",
  "RemoteRef": "HEAD",
  "RemoteSha": "7cba8f3c33b50e300a883c44a92eee69ca947181",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 07:34:42 UTC",
    "User": "root"
  },
  "Author": "Przemyslaw Biecek [aut, cre],\nMateusz Staniak [aut],\nKrystian Igras [ctb],\nAlicja Gosiewska [ctb],\nHarel Lustiger [ctb],\nWilly Tadema [ctb]",
  "MD5sum": "5793ea46c742c8eb1cc5ac70ff824249",
  "_user": "modeloriented",
  "_type": "src",
  "_file": "localModel_0.5.tar.gz",
  "_fileid": "71bd567e72981cac9584fe96982e7f28e176930c8a650254f19e45f9c28384fe",
  "_filesize": 292947,
  "_sha256": "71bd567e72981cac9584fe96982e7f28e176930c8a650254f19e45f9c28384fe",
  "_created": "2026-05-17T07:34:42.000Z",
  "_published": "2026-06-02T17:28:19.276Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131866875,
      "time": 183,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040483458"
    },
    {
      "job": 79131866683,
      "time": 185,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040484009"
    },
    {
      "job": 79131866601,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040472446"
    },
    {
      "job": 79131866963,
      "time": 103,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040474568"
    },
    {
      "job": 79131865780,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040463112"
    },
    {
      "job": 79131865981,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365099932"
    },
    {
      "job": 79131866787,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040474069"
    },
    {
      "job": 79131867183,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040473616"
    },
    {
      "job": 79131866710,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040474880"
    }
  ],
  "_buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/modeloriented/localmodel",
  "_commit": {
    "id": "7cba8f3c33b50e300a883c44a92eee69ca947181",
    "author": "Przemysław Biecek <przemyslaw.biecek@gmail.com>",
    "committer": "Przemysław Biecek <przemyslaw.biecek@gmail.com>",
    "message": " change of the maintainer to continue development of the package\n",
    "time": 1632074160
  },
  "_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.5",
      "role": "Depends"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "DALEX",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "partykit",
      "role": "Imports"
    },
    {
      "package": "ingredients",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "modeloriented",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 14,
  "_contributors": [
    {
      "user": "mstaniak",
      "count": 171,
      "uuid": 20418265
    },
    {
      "user": "pbiecek",
      "count": 10,
      "uuid": 4624318
    },
    {
      "user": "friesewoudloper",
      "count": 3,
      "uuid": 4244169
    },
    {
      "user": "harel-harmonic",
      "count": 3,
      "uuid": 38511134
    }
  ],
  "_userbio": {
    "uuid": 44725555,
    "type": "organization",
    "name": "Model Oriented"
  },
  "_downloads": {
    "count": 3589,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/localModel"
  },
  "_devurl": "https://github.com/modeloriented/localmodel",
  "_searchresults": 28,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/localModel.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/modeloriented/localmodel",
  "_realowner": "modeloriented",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.11",
      "date": "2019-04-14"
    },
    {
      "version": "0.3.12",
      "date": "2019-12-18"
    },
    {
      "version": "0.5",
      "date": "2021-09-14"
    }
  ],
  "_exports": [
    "gaussian_kernel",
    "identity_kernel",
    "individual_surrogate_model",
    "plot_interpretable_feature"
  ],
  "_help": [
    {
      "page": "gaussian_kernel",
      "title": "LIME kernel from the original article with sigma = 1.",
      "topics": [
        "gaussian_kernel"
      ]
    },
    {
      "page": "identity_kernel",
      "title": "LIME kernel that treats all observations as equally similar to the observation of interest.",
      "topics": [
        "identity_kernel"
      ]
    },
    {
      "page": "individual_surrogate_model",
      "title": "LIME-like explanations based on Ceteris Paribus curves",
      "topics": [
        "individual_surrogate_model"
      ]
    },
    {
      "page": "localModel",
      "title": "localModel: LIME-like explanations with interpretable features based on Ceteris Paribus profiles",
      "topics": [
        "localModel"
      ]
    },
    {
      "page": "plot_interpretable_feature",
      "title": "Plot Ceteris Paribus Profile and discretization",
      "topics": [
        "plot_interpretable_feature"
      ]
    },
    {
      "page": "plot.local_surrogate_explainer",
      "title": "Generic plot function for local surrogate explainers",
      "topics": [
        "plot.local_surrogate_explainer"
      ]
    },
    {
      "page": "print.local_surrogate_explainer",
      "title": "Generic print function for local surrogate explainers",
      "topics": [
        "print.local_surrogate_explainer"
      ]
    }
  ],
  "_readme": "https://github.com/modeloriented/localmodel/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "DALEX",
    "digest",
    "doFuture",
    "farver",
    "foreach",
    "Formula",
    "future",
    "future.apply",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gridExtra",
    "gtable",
    "iBreakDown",
    "ingredients",
    "inum",
    "isoband",
    "iterators",
    "kernelshap",
    "labeling",
    "lattice",
    "libcoin",
    "lifecycle",
    "listenv",
    "Matrix",
    "mvtnorm",
    "parallelly",
    "partykit",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "survival",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "classification_example.Rmd",
      "filename": "classification_example.html",
      "title": "Explaining classification models with localModel package",
      "author": "Mateusz Staniak",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-11-16 23:52:19",
      "modified": "2019-04-10 20:37:55",
      "commits": 19
    },
    {
      "source": "regression_example.Rmd",
      "filename": "regression_example.html",
      "title": "Introduction to localModel package",
      "author": "Mateusz Staniak",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-11-16 23:52:19",
      "modified": "2019-04-10 20:37:55",
      "commits": 16
    },
    {
      "source": "localModel_methodology.Rmd",
      "filename": "localModel_methodology.html",
      "title": "Methodology behind localModel package",
      "author": "Mateusz Staniak",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Sampling for local exploration",
        "Fitting black box model",
        "Fitting the explanation model"
      ],
      "created": "2018-12-21 18:35:33",
      "modified": "2018-12-21 18:35:33",
      "commits": 1
    }
  ],
  "_score": 6.801472039129042,
  "_indexed": true,
  "_nocasepkg": "localmodel",
  "_universes": [
    "modeloriented",
    "pbiecek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5",
      "date": "2026-05-17T07:37:31.000Z",
      "distro": "noble",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "c192f259d282098ae940a3d689bfda0e21d8d222f121576fcd036c673befdbdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5",
      "date": "2026-05-17T07:37:35.000Z",
      "distro": "noble",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "46c7de3a08412382d27571244384bd9b360045efcc3189231b4a05784c898644",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5",
      "date": "2026-05-17T07:36:07.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "504a4b10fe44401d95bf1e579421aaf6393b607547ecb19fbef4924cd210c311",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5",
      "date": "2026-05-17T07:36:20.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "375c80693931795332e34a07e5b65b385229ac8b41f9801fd0b3194339f994bb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5",
      "date": "2026-05-17T07:36:03.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "09f78ff48657d0702b1e45b62d16a01efa440696160c5223eb5c468fa11b8373",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5",
      "date": "2026-05-17T07:36:00.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "ee3982163547a2ea70d6a3a5f820a232317e6ce947df26ecb28a199fee08d7a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5",
      "date": "2026-05-17T07:36:06.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "ba5a3fc869bbce238ca842e4bf3d5423cfd3b5ce1133645d41cb8b653e6761a3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5",
      "date": "2026-06-02T17:28:00.000Z",
      "commit": "7cba8f3c33b50e300a883c44a92eee69ca947181",
      "fileid": "e2c98920049f5a1ceb039f0e051333a3eb79a245ae5640f8ea7f16479aaadca9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/25984717434"
    }
  ]
}