Package: ingredients
Title: Effects and Importances of Model Ingredients
Version: 2.3.0
Authors@R: c(person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com",
                  role = c("aut", "cre"),
                  comment = c(ORCID = "0000-0001-8423-1823")),
              person("Hubert", "Baniecki", role = "aut",
                  comment = c(ORCID = "0000-0001-6661-5364")),
              person("Adam", "Izdebski", role = "ctb"))
Description: Collection of tools for assessment of feature importance and feature effects.
    Key functions are:
    feature_importance() for assessment of global level feature importance,
    ceteris_paribus() for calculation of the what-if plots,
    partial_dependence() for partial dependence plots,
    conditional_dependence() for conditional dependence plots,
    accumulated_dependence() for accumulated local effects plots,
    aggregate_profiles() and cluster_profiles() for aggregation of ceteris paribus profiles,
    generic print() and plot() for better usability of selected explainers,
    generic plotD3() for interactive, D3 based explanations, and
    generic describe() for explanations in natural language.
    The package 'ingredients' is a part of the 'DrWhy.AI' universe (Biecek 2018) <arXiv:1806.08915>.
Depends: R (>= 3.5)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: ggplot2, scales, gridExtra, methods
Suggests: DALEX, gower, ranger, testthat, r2d3, jsonlite, knitr,
        rmarkdown, covr
URL: https://ModelOriented.github.io/ingredients/,
        https://github.com/ModelOriented/ingredients
BugReports: https://github.com/ModelOriented/ingredients/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-01-14 23:08:04 UTC; pbiecek
Author: Przemyslaw Biecek [aut, cre] (<https://orcid.org/0000-0001-8423-1823>),
  Hubert Baniecki [aut] (<https://orcid.org/0000-0001-6661-5364>),
  Adam Izdebski [ctb]
Maintainer: Przemyslaw Biecek <przemyslaw.biecek@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-15 11:40:02 UTC
Built: R 4.4.3; ; 2025-11-01 03:46:27 UTC; windows
