Created
October 28, 2015 02:57
-
-
Save nirum/ec7efde644fe2cb60ba7 to your computer and use it in GitHub Desktop.
python data stack standard imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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