An Introduction to Topological Data Analysis Ball Mapper in Python
Simon Rudkin

TL;DR
This paper introduces Topological Data Analysis Ball Mapper (TDABM) in Python, a model-free visualization method for multivariate data that captures complex structures and relationships beyond traditional scatterplots.
Contribution
It provides an accessible Python implementation of TDABM, explaining its methodology and demonstrating its application for visualizing high-dimensional data structures.
Findings
TDABM can visualize data with any number of axes.
It allows coloring by additional variables for outcome mapping.
TDABM enhances understanding of data structure and model evaluation.
Abstract
Visualization of data is an important step in the understanding of data and the evaluation of statistical models. Topological Data Analysis Ball Mapper (TDABM) after Dlotko (2019), provides a model free means to visualize multivariate datasets without information loss. To permit the construction of a TDABM graph, each variable must be ordinal and have sufficiently many values to make a scatterplot of interest. Where a scatterplot works with two, or three, axes, the TDABM graph can handle any number of axes simultaneously. The result is a visualization of the structure of data. The TDABM graph also permits coloration by additional variables, enabling the mapping of outcomes across the joint distribution of axes. The strengths of TDABM for understanding data, and evaluating models, lie behind a rapidly expanding literature. This guide provides an introduction to TDABM with code in Python.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · Image Retrieval and Classification Techniques · Computational Physics and Python Applications
