Arena is an interactive tool that allows you to explore and compare any model regardless of its internal structure.
The arena can be run in two modes - live (R runs in the background and calculates all necessary explanations) and serverless (all necessary explanations are calculated earlier).
Using the Arena is trivially simple. An example with different levels of advancement is available at http://arenar.drwhy.ai/.
Install the ArenaR
package from GitHub.
devtools::install_github("ModelOriented/ArenaR")
install.packages("arenar")