I am an assistant professor at Tulane University. My research interests include incorporating interactive visualization into data science analyses to increase understandability of the results and the analyses themselves.
Anteater is an interactive visualization system for tracing and exploring the execution of a program. It alleviates the burden of manual instrumentation by automatically instrumenting source code to track the values that the user desires to inspect, along with the execution trace. Anteater presents the trace to users through various visualizations.
DimReader is a technique that recovers readable axes from dimensionality reduction techniques. It analyzes infinitesimal perturbations of the dataset with respect to variables of interest. The recovered axes are in direct analogy with the axis lines (grid lines) of traditional scatterplots. DimReader also provides methods for discovering the perturbations on the input data that change the projection the most.