The purpose of this research software is to provide and interpretation and explanation of complex systems through anaylsis of tabular data in .csv or .tsv format with a graphical user interface (GUI).
This software will provides a complete SHAP interpretation pipeline, including rapid testing of multiple surrogate data models, a lattice plot, and a 3D plot tool.
Phd. Student
Quentin Goss, gossq@my.erau.edu
Faculty Advisor
Mustafa Ilhan Akbas, akbasm@erau.edu
Alpha Testing
Ben Toaz, toazbenj@msu.edu
Flexible & Intelligent Complex Systems (FICS) Research Group
Dept. of Electrical Engineering & Computer Science
Embry-Riddle Aeronautical University
Daytona Beach, Florida
This software is developed and tested using Python v3.9 on Ubuntu 20.04 LTS. To install this software run:
python3.9 -m pip install -r requirements.txtThen check that all dependencies are met with:
python3.9 check_requirements.pyTo run this software run:
python3.9 gui.pyIf you use our software in your research, please consider citing our ANNSIM 2026 conference paper where the Scenario Visualization Toolkit was introduced.
@article{Goss2026Scenario,
author = {Goss, Quentin and {\ifmmode\dot{I}\else\.{I}\fi}lhan Akba{\ifmmode\mbox{\c{s}}\else\c{s}\fi}, Mustafa},
title = {{Scenario Visualization Toolkit: Providing Explanations and Interpretations for Simulation Test Data}},
journal = {Proc. of the 2026 Annual Modeling and Simulation Conference (ANNSIM'26)},
year = {2026},
month = may,
publisher = {Society for Modeling \& Simulation International (SCS)},
}