https://github.com/ModelOriented/DrWhy
Raw File
Tip revision: 2cb4580ff41843769ab967ab6563b204d1a81f32 authored by Hubert Baniecki on 21 February 2023, 16:34:36 UTC
Merge pull request #17 from mikolajsp/master
Tip revision: 2cb4580
DESCRIPTION
Package: DrWhy
Title: Explain, Explore and Debug Predictive Machine Learning Models
Version: 2019.12
Authors@R: person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut", "cre"), 
             comment = c(ORCID = "0000-0001-8423-1823"))
Description: The 'DrWhy.AI' is the collection of tools for Explainable AI (XAI). 
    It's based on principles and the grammar for exploration, 
    explanation and visualisation of predictive models.
    This package is designed to make it easy to install and load multiple
    packages from the 'DrWhy.AI' universe.
License: GPL-3
BugReports: https://github.com/ModelOriented/DrWhy/issues
Depends: R (>= 3.6)
Imports: 
    DALEX,
    DALEXtra,
    ingredients,
    iBreakDown,
    auditor,
    drifter,
    archivist,
    modelDown,
    modelStudio
Suggests: 
    EIX,
    randomForestExplainer,
    shapper
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
back to top