Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scatter matrix or something comparable available? #82

Open
juliankeppel opened this issue Oct 26, 2016 · 1 comment
Open

Scatter matrix or something comparable available? #82

juliankeppel opened this issue Oct 26, 2016 · 1 comment
Labels

Comments

@juliankeppel
Copy link

I'm checking out Vegas at the moment for visualizing Spark mllib models. For example I want to visualize a kmeans clustering model with more than two dimensions/features.

Something like a scatter matrix (or at least a 3-dimensional scatter plot) would be perfect... are there any plans for this? Or am I missing something how to plot such mllib models properly with Vegas? The only way I found is to plot multiple 2-dimensional plots with the different feature combinations... but this is way too laborious for my purposes.

Example scatter matrix for multple dimensions: http://www.statmethods.net/graphs/images/spmatrix1.jpg

Thank you!

@juliankeppel juliankeppel changed the title Scatter Matrix? Scatter matrix or something comparable available? Oct 26, 2016
@aishfenton
Copy link
Member

Interesting one. Yeah I can't find an easy way to express this yet either. Problem is that the Trellis stuff we have (encodeRow, encodeColumn) subsets the data as well. I see in some upcoming work in vega-lite (which does the actual rendering) they have better support for faceting based on arbitrary rules, so maybe in cards for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants