Installation

Installing Connectors

pip install dalex
pip install requests
# packages required for live mode
pip install Flask
pip install Flask-cors

Dashboard

Arena is available at https://arena.drwhy.ai and you don't need to to run it by yourself. In some cases, like accessing data source running on your local network, you have to use not https. We don't enforce ssl to make it possible. Just replace https:// with http:// in the url.

Running own Arena dashboard server

git clone https://github.com/ModelOriented/Arena
cd Arena
npm run install
npm run build
cp -R dist/* /path/to/your/http/server/
Basic Concepts Params