Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes

Are you guys creating visuals of your clusters? If so, how are you guys doing that?

asked in CSC320 by (1 point)

1 Answer

+6 votes
 
Best answer

Well, the data points are all in a high dimensional space, so it's impossible to plot what it really looks like. However, it is possible to get a look at what a flattened version of the data looks like if you use one of sklearn's dimension reduction techniques, like PCA or LDA (using the clusters as labels).

answered by (508 points)
selected by
...