And suddenly during coffee the question arises: How do I visualize the comparison of multiple 5-dimensional datasets?
#sysadminLife
-
-
That looks like it could be of help. The math is over my head, but I can roughly get the idea behind it. I'll read up on that!
-
Using Python with scikit learn: from sklearn.decomposition import PCA pca = PCA(2) new_data = http://pca.fit _transform(data) I'd bet there are a few good tutorials for this API online.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.