Accessing the pol.is vizualization #1282
-
One can download the polis opinion matrix on which the clustering, dimensionality reduction, and low-dimensional visualization is based on. Could I go the other way around? Given such an opinion matrix, could I use the pol.is algorithm to produce the low-dimensional visualization? If so, what would be the steps to do so? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Hi @chrvt; Thanks for asking about this. Yes, you can. You can take the matrix and perform PCA to obtain the two dimensional projection. There are some python notebook examples of this here:
that having been said, the exports themselves actually include the PCA projections, so you don't necessarily have to do this, unless you're looking to tinker. |
Beta Was this translation helpful? Give feedback.
-
Would welcome a PR of this to the python notebooks so that everyone can
read through the logic. That will avoid ambiguity about implemention in the
future.
|
Beta Was this translation helpful? Give feedback.
Hi @chrvt; Thanks for asking about this.
Yes, you can. You can take the matrix and perform PCA to obtain the two dimensional projection. There are some python notebook examples of this here:
that having been said, the exports themselves actually include the PCA projections, so you don't necessarily have to do this, unless you're looking to tinker.