{
  "_id": "6a1bee1e1d7bb097a0a208ae",
  "Package": "hstats",
  "Title": "Interaction Statistics",
  "Version": "1.2.2",
  "Authors@R": "c(\nperson(\"Michael\", \"Mayer\", , \"mayermichael79@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0009-0007-2540-9629\")),\nperson(\"Przemyslaw\", \"Biecek\", , \"przemyslaw.biecek@gmail.com\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0001-8423-1823\"))\n)",
  "Description": "Fast, model-agnostic implementation of different\nH-statistics introduced by Jerome H. Friedman and Bogdan E.\nPopescu (2008) <doi:10.1214/07-AOAS148>.  These statistics\nquantify interaction strength per feature, feature pair, and\nfeature triple.  The package supports multi-output predictions\nand can account for case weights. In addition, several variants\nof the original statistics are provided. The shape of the\ninteractions can be explored through partial dependence plots\nor individual conditional expectation plots. 'DALEX'\nexplainers, meta learners ('mlr3', 'tidymodels', 'caret') and\nmost other models work out-of-the-box.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/ModelOriented/hstats/,\nhttps://modeloriented.github.io/hstats/",
  "BugReports": "https://github.com/ModelOriented/hstats/issues/",
  "Repository": "https://modeloriented.r-universe.dev",
  "Date/Publication": "2026-01-01 17:18:04 UTC",
  "RemoteUrl": "https://github.com/modeloriented/hstats",
  "RemoteRef": "HEAD",
  "RemoteSha": "5e062f829843f4203ee68ff23c0a1bef037c012c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 07:55:44 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre] (ORCID:\n<https://orcid.org/0009-0007-2540-9629>),\nPrzemyslaw Biecek [ctb] (ORCID:\n<https://orcid.org/0000-0001-8423-1823>)",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "MD5sum": "3ac16068c7091d9a7e41b7a8ab0dbe5f",
  "_user": "modeloriented",
  "_type": "src",
  "_file": "hstats_1.2.2.tar.gz",
  "_fileid": "2671644ce22e45c8ceeb2664d1cbdf271e80aaaf46af6724c2fd211bb0ff3fec",
  "_filesize": 679503,
  "_sha256": "2671644ce22e45c8ceeb2664d1cbdf271e80aaaf46af6724c2fd211bb0ff3fec",
  "_created": "2026-05-31T07:55:44.000Z",
  "_published": "2026-05-31T08:15:26.466Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78710254088,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315019093"
    },
    {
      "job": 78710254066,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315022761"
    },
    {
      "job": 78710254065,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315137716"
    },
    {
      "job": 78710254059,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315102868"
    },
    {
      "job": 78710086517,
      "time": 171,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315003600"
    },
    {
      "job": 78710254045,
      "time": 82,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315012973"
    },
    {
      "job": 78710254062,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315017665"
    },
    {
      "job": 78710254061,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315013911"
    },
    {
      "job": 78710254057,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315012985"
    }
  ],
  "_buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/modeloriented/hstats",
  "_commit": {
    "id": "5e062f829843f4203ee68ff23c0a1bef037c012c",
    "author": "Michael Mayer <mayermichael79@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #127 from ModelOriented/xgb3\n\nUse XGBoost version 3.0",
    "time": 1767287884
  },
  "_maintainer": {
    "name": "Michael Mayer",
    "email": "mayermichael79@gmail.com",
    "login": "mayer79",
    "uuid": 16206095
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "modeloriented",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2026-01",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.2.2",
      "date": "2025-10-13"
    }
  ],
  "_topics": [
    "interaction",
    "interpretability",
    "machine-learning",
    "rstat",
    "statistics",
    "xai"
  ],
  "_stars": 34,
  "_contributors": [
    {
      "user": "mayer79",
      "count": 458,
      "uuid": 16206095
    }
  ],
  "_userbio": {
    "uuid": 44725555,
    "type": "organization",
    "name": "Model Oriented"
  },
  "_downloads": {
    "count": 318,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/hstats"
  },
  "_devurl": "https://github.com/modeloriented/hstats",
  "_pkgdown": "https://modeloriented.github.io/hstats/",
  "_searchresults": 71,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/hstats.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/modeloriented/hstats",
  "_realowner": "modeloriented",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-07-18"
    },
    {
      "version": "0.2.0",
      "date": "2023-09-03"
    },
    {
      "version": "0.3.0",
      "date": "2023-09-29"
    },
    {
      "version": "1.0.0",
      "date": "2023-10-21"
    },
    {
      "version": "1.1.0",
      "date": "2023-11-13"
    },
    {
      "version": "1.1.1",
      "date": "2023-12-06"
    },
    {
      "version": "1.1.2",
      "date": "2024-02-03"
    },
    {
      "version": "1.2.0",
      "date": "2024-07-12"
    },
    {
      "version": "1.2.1",
      "date": "2024-08-17"
    },
    {
      "version": "1.2.2",
      "date": "2025-10-13"
    }
  ],
  "_exports": [
    "average_loss",
    "h2",
    "h2_overall",
    "h2_pairwise",
    "h2_threeway",
    "hstats",
    "ice",
    "multivariate_grid",
    "partial_dep",
    "pd_importance",
    "perm_importance",
    "univariate_grid"
  ],
  "_help": [
    {
      "page": "sub-.hstats_matrix",
      "title": "Subsets \"hstats_matrix\" Object",
      "topics": [
        "[.hstats_matrix"
      ]
    },
    {
      "page": "average_loss",
      "title": "Average Loss",
      "topics": [
        "average_loss",
        "average_loss.default",
        "average_loss.explainer",
        "average_loss.ranger"
      ]
    },
    {
      "page": "dim.hstats_matrix",
      "title": "Dimensions of \"hstats_matrix\" Object",
      "topics": [
        "dim.hstats_matrix"
      ]
    },
    {
      "page": "dimnames.hstats_matrix",
      "title": "Dimnames of \"hstats_matrix\" Object",
      "topics": [
        "dimnames.hstats_matrix"
      ]
    },
    {
      "page": "dimnames-set-.hstats_matrix",
      "title": "Dimnames (Replacement Method) of \"hstats_matrix\"",
      "topics": [
        "dimnames<-.hstats_matrix"
      ]
    },
    {
      "page": "h2",
      "title": "Total Interaction Strength",
      "topics": [
        "h2",
        "h2.default",
        "h2.hstats"
      ]
    },
    {
      "page": "h2_overall",
      "title": "Overall Interaction Strength",
      "topics": [
        "h2_overall",
        "h2_overall.default",
        "h2_overall.hstats"
      ]
    },
    {
      "page": "h2_pairwise",
      "title": "Pairwise Interaction Strength",
      "topics": [
        "h2_pairwise",
        "h2_pairwise.default",
        "h2_pairwise.hstats"
      ]
    },
    {
      "page": "h2_threeway",
      "title": "Three-way Interaction Strength",
      "topics": [
        "h2_threeway",
        "h2_threeway.default",
        "h2_threeway.hstats"
      ]
    },
    {
      "page": "hstats",
      "title": "Calculate Interaction Statistics",
      "topics": [
        "hstats",
        "hstats.default",
        "hstats.explainer",
        "hstats.ranger"
      ]
    },
    {
      "page": "ice",
      "title": "Individual Conditional Expectations",
      "topics": [
        "ice",
        "ice.default",
        "ice.explainer",
        "ice.ranger"
      ]
    },
    {
      "page": "multivariate_grid",
      "title": "Multivariate Grid",
      "topics": [
        "multivariate_grid"
      ]
    },
    {
      "page": "partial_dep",
      "title": "Partial Dependence Plot",
      "topics": [
        "partial_dep",
        "partial_dep.default",
        "partial_dep.explainer",
        "partial_dep.ranger"
      ]
    },
    {
      "page": "pd_importance",
      "title": "PD Bases Importance (Experimental)",
      "topics": [
        "pd_importance",
        "pd_importance.default",
        "pd_importance.hstats"
      ]
    },
    {
      "page": "perm_importance",
      "title": "Permutation Importance",
      "topics": [
        "perm_importance",
        "perm_importance.default",
        "perm_importance.explainer",
        "perm_importance.ranger"
      ]
    },
    {
      "page": "plot.hstats",
      "title": "Plot Method for \"hstats\" Object",
      "topics": [
        "plot.hstats"
      ]
    },
    {
      "page": "plot.hstats_matrix",
      "title": "Plots \"hstats_matrix\" Object",
      "topics": [
        "plot.hstats_matrix"
      ]
    },
    {
      "page": "plot.ice",
      "title": "Plots \"ice\" Object",
      "topics": [
        "plot.ice"
      ]
    },
    {
      "page": "plot.partial_dep",
      "title": "Plots \"partial_dep\" Object",
      "topics": [
        "plot.partial_dep"
      ]
    },
    {
      "page": "print.hstats",
      "title": "Print Method",
      "topics": [
        "print.hstats"
      ]
    },
    {
      "page": "print.hstats_matrix",
      "title": "Prints \"hstats_matrix\" Object",
      "topics": [
        "print.hstats_matrix"
      ]
    },
    {
      "page": "print.hstats_summary",
      "title": "Print Method",
      "topics": [
        "print.hstats_summary"
      ]
    },
    {
      "page": "print.ice",
      "title": "Prints \"ice\" Object",
      "topics": [
        "print.ice"
      ]
    },
    {
      "page": "print.partial_dep",
      "title": "Prints \"partial_dep\" Object",
      "topics": [
        "print.partial_dep"
      ]
    },
    {
      "page": "summary.hstats",
      "title": "Summary Method",
      "topics": [
        "summary.hstats"
      ]
    },
    {
      "page": "univariate_grid",
      "title": "Univariate Grid",
      "topics": [
        "univariate_grid"
      ]
    }
  ],
  "_pkglogo": "https://github.com/modeloriented/hstats/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/modeloriented/hstats/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 6.035949779536675,
  "_indexed": true,
  "_nocasepkg": "hstats",
  "_universes": [
    "modeloriented",
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-05-31T07:57:49.000Z",
      "distro": "noble",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "a66030ac8740020887041ed5232e2977c728f73d2660c230c026631475969d44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.2",
      "date": "2026-05-31T07:58:24.000Z",
      "distro": "noble",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "af66bff4facbe0b3555de77bb70d32dee6c30017c34bd28192e581c06cf33c33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-05-31T08:14:54.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "b6e17aedae078b177b2ff3af1d2f39df158b5b809002eafbeb438a5cc37415cf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.2",
      "date": "2026-05-31T08:10:09.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "07e6ba69e13eba25f2b0cd2796fd5aa5787d8780c9d8d42f45848b87b482be51",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.2",
      "date": "2026-05-31T07:57:28.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "5838c55c89a9ddecc1fdef22a908ee4692d0869a18649ebc11f7a026191986d4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-05-31T07:57:32.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "9824fd9974429f3ae409dcc585a66ee64c2fc5625690c43dd64538e623107131",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-05-31T07:56:55.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "516302e1c0adba1adb32a5698d0a88c95e9e4e7b4b43276350dee3b8c7bd42ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.2",
      "date": "2026-05-31T07:56:55.000Z",
      "commit": "5e062f829843f4203ee68ff23c0a1bef037c012c",
      "fileid": "b5584ea4e23b654eb9317c309c782c9c5e21ae05801b4b829abc18d6dd50992d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/modeloriented/actions/runs/26707003658"
    }
  ]
}