Charticulator: Interactive Construction of Bespoke Chart Layouts
Charticulator is an interactive authoring tool that enables the creation of bespoke and reusable chart layouts. Charticulator is our response to most existing chart construction interfaces that require authors to choose from predefined chart layouts,…
Techniques for ML Model Transparency and Debugging
Without good models and the right tools to interpret them, data scientists risk making decisions based on hidden biases, spurious correlations, and false generalizations. This has led to a rallying cry for model interpretability. Yet…
F# implementation of Synthetic Biology Open Language (SBOL) Data Model
FSBOL is an F# implementation of the Synthetic Biology Open Language (SBOL) Data Model.
F# for Jupyter Notebooks
This implements F# for Jupyter notebooks. View the Feature Notebook for some of the features that are included.
SILK: Preventing Latency Spikes in Log-Structured Merge Key-Value Stores
LSM-based KV stores are designed to offer good write performance by capturing client writes in memory and only later flushing them to storage. Writes are later compacted into a tree-like data structure on disk to…