HyperTools: A Python toolbox for gaining insights into high-dimensional data
hypertools.readthedocs.io
HyperTools: A Python toolbox for gaining insights into high-dimensional data
1–10 of 26 posts
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#2Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#3Looks neat and wonderful. It’s always impossible to compress all structure from high dimensions to 2D or 3D via something like PCA or t-SNE, and the focus on “geometric” insight is also encouraging. Cool/appropriate name too, nice choice of well-supported dependencies, and minimalist design are all appealing. This could become a go-to toolkit for early stage exploration, while it’s also pretty and smart enough to wow…
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#4http://hypertools.readthedocs.io/en/latest/auto_examples/plo...
seems a little disappointing -- it seems to exemplify more than solve the problems of representing 3D data on a 2D screen. (Is it interactively rotatable or something? I did run it locally in a notebook and it didn't appear to be.)
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#5The first example http://hypertools.readthedocs.io/en/latest/auto_examples/plo... seems a little disappointing -- it seems to exemplify more than solve the problems of representing 3D data on a 2D screen. (Is it interactively rotatable or something? I did run it locally in a notebook and it didn't appear to be.)
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#6Looks neat and wonderful. It’s always impossible to compress all structure from high dimensions to 2D or 3D via something like PCA or t-SNE, and the focus on “geometric” insight is also encouraging. Cool/appropriate name too, nice choice of well-supported dependencies, and minimalist design are all appealing. This could become a go-to toolkit for early stage exploration, while it’s also pretty and smart enough to wow…
Do you happen to know of a good graphing package for high dimensional data in R?
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#7Earlier quoted context omitted.
Do you happen to know of a good graphing package for high dimensional data in R?
Good visualisation of high dimensional data is almost all about the mental model and mapping of dimensions, barely ever about the library. ggplot2 is excellent for displaying high dimensional data in R if you can reason well about your own data. If you can't, no library is going to save you.
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#8Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#9Earlier quoted context omitted.
Good visualisation of high dimensional data is almost all about the mental model and mapping of dimensions, barely ever about the library. ggplot2 is excellent for displaying high dimensional data in R if you can reason well about your own data. If you can't, no library is going to save you.
Well I already use ggplot. I'm not sure ggplot does 3D much.... About the reasoning, well who knows.
edit: if you feel you need 3D, you've already failed to represent the data clearly
Re: HyperTools: A Python toolbox for gaining insights into high-dimensional data
#10Earlier quoted context omitted.
Well I already use ggplot. I'm not sure ggplot does 3D much.... About the reasoning, well who knows.
If you present an example of high-dimensional data I'd be happy to help you reason about how to visualise it (although this is perhaps better suited to StackExchange). edit: if you feel you need 3D, you've already failed to represent the data clearly