-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Excellent tool in a really important space for people to use to understand big datasets!
Feature idea: A new layer option that shows examples at sparse peaks of the density field.
This is a variant of Marker Clustering or Photo Marker Clustering.
Motivation: Like neural nets, we learn well by example. Sometimes, examples trump summaries. When looking at a crowd of people, we start to understand the distribution by seeing examples. Embedding visualizations leverage this way our brains work.
The user would be able to zoom around the density plot and scan lots of examples. LoD logic would mean you could see examples at various levels of detail without clicks.
Thinking about the implementation...
With some heuristic to find peaks in the density field, the embedding-atlas could show some number of examples (say, 15) at each level of zoom in a preview box. If the user clicks the preview box, it could open the full table associated with the example in the bottom panel.
I am sure this would require significant effort - you'd need an algorithm to find local peaks from the density, some zoom-level update logic, and a custom preview component. However, it seems interesting enough as an interaction pattern that I felt it's worth proposing. Let me know what you think! And thanks again for sharing this project.