[Numpy-discussion] Performance issue in covariance function in Numpy 1.9 and later
Ecem sogancıoglu
ecemsogancioglu at gmail.com
Tue Jul 19 09:53:52 EDT 2016
Hello All,
there seems to be a performance issue with the covariance function in numpy
1.9 and later.
Code example:
*np.cov(np.random.randn(700,37000))*
In numpy 1.8, this line of code requires 4.5755 seconds.
In numpy 1.9 and later, the same line of code requires more than 30.3709 s
execution time.
Has anyone else observed this problem and is there a known bugfix?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160719/a1479b2b/attachment.html>
More information about the NumPy-Discussion
mailing list