Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darenr/spark-pca

Dimensional reduction, Scatter, Hexbin and kde plots
https://github.com/darenr/spark-pca

pca python spark

Last synced: 6 days ago
JSON representation

Dimensional reduction, Scatter, Hexbin and kde plots

Awesome Lists containing this project

README

        

### spark-pca

#take
copy iris.json to /tmp
run with spark-submit pca.py > pca.out
python plotpca.py

takes the iris dataset, reduces the 4 dimensional form of the sepal/petal length/widths and
produces a PCA result in 2 dimensions. This is then plotted in python/matplotlib in three forms