teddyroland / python-biplot

Generates simple biplot using common scientific Python packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple script for Python that aims to replicate the most basic function -- and ease -- of the biplot() function in R. It is not meant to be a comprehensive tool, but a shortcut for quick visualization of PCA. Feel free to change the script in any way; it is heavily commented to guide any edits you may need to make.

The script relies on three standard scientific Python packages: pandas, scikit-learn, & matplotlib.

About

Generates simple biplot using common scientific Python packages


Languages

Language:Python 100.0%