Skip to content

Instantly share code, notes, and snippets.

@nirum
Created October 28, 2015 02:57
Show Gist options
  • Save nirum/ec7efde644fe2cb60ba7 to your computer and use it in GitHub Desktop.
Save nirum/ec7efde644fe2cb60ba7 to your computer and use it in GitHub Desktop.
python data stack standard imports
from numpy.random import rand, randn, shuffle, choice, sample
from numpy import arange, zeros, ones, eye, linspace, pi, inf, nan, cov, array
from scipy.linalg import *
from matplotlib.pyplot import *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment