2 repository-uri
Dynamic grouping of continuous numerical values into discrete intervals for visualization and analysis.
Distinct from Bucket Management: Distinct from Object Storage Buckets, which are storage containers; this is about statistical binning of values.
Explore 2 awesome GitHub repositories matching data & databases · Interactive Data Binning. Refine with filters or upvote what's useful.
Facets is a set of interactive software tools for the statistical analysis, distribution visualization, and multidimensional exploration of machine learning datasets. It provides a visual interface for identifying outliers and missing values in numeric and string data, specifically designed for auditing dataset quality and identifying skews between training and validation sets. The system uses multidimensional facet-based visualization and interactive bucketing to map individual data points across multiple feature axes. It employs synchronized view filtering and animated dimension transitions
Groups continuous feature values into interactive discrete bins to enable efficient navigation of large datasets.
This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all
Visualizes large datasets by grouping points into bins to represent density and avoid overplotting.