https://github.com/cran/arenar
Raw File
Tip revision: 23d660116589d502edce1383f46422ab38f20f70 authored by Piotr Piątyszek on 01 October 2020, 07:00:06 UTC
version 0.2.0
Tip revision: 23d6601
DESCRIPTION
Package: arenar
Title: Arena for the Exploration and Comparison of any ML Models
Version: 0.2.0
Authors@R: 
    c(person("Piotr", "Piątyszek", role = c("aut", "cre"),
             email = "piotrp@wektor.xyz"),
      person("Przemyslaw", "Biecek", role = c("aut"), 
             comment = c(ORCID = "0000-0001-8423-1823")))
Description: Generates data for challenging machine learning models in 'Arena'
    <https://arena.drwhy.ai> - an interactive web application. You can start
    the server with XAI (Explainable Artificial Intelligence) plots to be
    generated on-demand or precalculate and auto-upload data file beside
    shareable 'Arena' URL.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.6)
Imports: ingredients, iBreakDown, gistr, jsonlite, plumber, parallel,
        utils, stats, methods, auditor, DALEX (>= 1.3.0), fairmodels,
        graphics
Suggests: testthat, knitr, rmarkdown, dplyr, pkgdown, covr, ranger
VignetteBuilder: knitr
URL: https://arenar.drwhy.ai, https://github.com/ModelOriented/ArenaR
BugReports: https://github.com/ModelOriented/ArenaR/issues
NeedsCompilation: no
Packaged: 2020-09-30 23:09:38 UTC; piotrp
Author: Piotr Piątyszek [aut, cre],
  Przemyslaw Biecek [aut] (<https://orcid.org/0000-0001-8423-1823>)
Maintainer: Piotr Piątyszek <piotrp@wektor.xyz>
Repository: CRAN
Date/Publication: 2020-10-01 08:00:06 UTC
back to top