Package: modelStudio
Title: Interactive Studio for Explanatory Model Analysis
Version: 2.1.1
Authors@R: 
    c(person("Hubert", "Baniecki", role = c("aut", "cre"),
             email = "hbaniecki@gmail.com",
             comment = c(ORCID = "0000-0001-6661-5364")),
      person("Przemyslaw", "Biecek", role = c("aut"), 
             comment = c(ORCID = "0000-0001-8423-1823")),
      person("Piotr", "Piatyszek", role = c("ctb")))
Description: Automate the explanatory analysis of machine learning predictive models.
    Generate advanced interactive model explanations in the form of a serverless HTML
    site with only one line of code. This tool is model agnostic, therefore compatible
    with most of the black box predictive models and frameworks. The main function
    computes various (instance and dataset level) model explanations and produces
    a customisable dashboard, which consists of multiple panels for plots with their
    short descriptions. Easily save the dashboard and share it with others. Tools
    for Explanatory Model Analysis unite with tools for Exploratory Data Analysis
    to give a broad overview of the model behavior.
Depends: R (>= 3.5)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: DALEX (>= 2.0.1), ingredients (>= 2.0), iBreakDown (>= 1.3.1),
        r2d3, jsonlite, progress, digest
Suggests: parallelMap, ranger, xgboost, knitr, rmarkdown, testthat,
        spelling
VignetteBuilder: knitr
URL: https://modelstudio.drwhy.ai,
        https://github.com/ModelOriented/modelStudio
BugReports: https://github.com/ModelOriented/modelStudio/issues
Language: en-US
NeedsCompilation: no
Packaged: 2021-01-07 17:34:23 UTC; hbani
Author: Hubert Baniecki [aut, cre] (<https://orcid.org/0000-0001-6661-5364>),
  Przemyslaw Biecek [aut] (<https://orcid.org/0000-0001-8423-1823>),
  Piotr Piatyszek [ctb]
Maintainer: Hubert Baniecki <hbaniecki@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-07 18:10:15 UTC
