zzhang115 / corr-heatmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corr-heatmap

A hacked-together correlation heatmap generator. Dependencies:

  • numpy
  • matplotlib

Usage: python plot.py <correlation-matrix>

Where correlation-matrix is a whitespace-separated text file containing the correlation matrix. See test.features.txt for an example.

This will produce an output something like the following:

sample heatmap

About


Languages

Language:Python 100.0%