Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.24 KB

File metadata and controls

35 lines (29 loc) · 1.24 KB

Interactive UI Tool for Interpretable Time Series Forecasting called VisioRed

An interactive UI tool suitable for time-step experimentations and forecasting interpretations on time-series problems, that combines a variety of interpretable techniques (LioNets - Lime - iPCA), statistical plots and modification options, through simple and intuitive controls. In this directory, instructions for building and running a docker in order to try VisioRed on your browser, are presented.

Instructions

Please ensure you have docker installed on your desktop. Then navigate to this subfolder on your terminal:

docker build -t visioreddemo .

After succesfully installing VisioRed, please do:

docker run -p 8866:8866 visioreddemo

Then, in your terminal copy the localhost url and open it in your browser.

Otherwise, you can directly pull the dockerized app through your terminal via:

docker pull pspyrido/iml_tool

After succesfully installing VisioRed, please do:

docker run -p 8888:8888 pspyrido/iml_tool

Contributors on VisioRed

Name Email
Spyridon Paraschos [email protected]
Ioannis Mollas [email protected]
Grigorios Tsoumakas [email protected]
Nick Bassiliades [email protected]