Questions tagged [hypertools]

HyperTools: A Python toolbox for visualizing and manipulating high-dimensional data

HyperTools: A Python toolbox for visualizing and manipulating high-dimensional data

2 questions
4
votes
1 answer

How to Reproduce Hypertools Clusters Identified from Hypertools.plot

Hypertools seems like a great toolset for analyzing some high dimensional data quickly. In particular, you can take some data, throw it in hypertools.plot(...) and get something nice looking out. However, I'm having trouble reproducing the groups…
Logan
  • 1,614
  • 1
  • 14
  • 27
0
votes
1 answer

displaying hypertools plots in subplots

I would like to arrange a number oh hypertools plots into a grid of matplotlib sublots. Normally hypertools.plot renders immediately, but that can be stopped by passing show=False. It also returns ahypertools.DataGeometry` object. How can I get it…
Daniel Mahler
  • 7,653
  • 5
  • 51
  • 90