Commit Graph

15 Commits

Author SHA1 Message Date
Ken Geis ca2142ebba ENH lots of benchmarks fixes
* add a title to all benchmark figures/windows
* "bench" is non-standard slang for benchmarking
* remove calls to pyplot.clf because the previous call
  to pyplot.figure sets the current figure
* standardize on "Time (s)" as time axis label
* move some benchmark plot legends to the upper left corner of the plot:
  most benchmarks expand from (0,0) up and to the right
* simplified plot titles and moved constant info from legend into title
* fixed typos
* made some labels more viewer-friendly

Fixes #2023.
2013-06-30 17:06:46 +02:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Olivier Grisel 743035f7f0 P3K: avoid iteritems / itervalues when feasible 2013-01-18 18:36:15 +01:00
Bala Subrahmanyam Varanasi 36d0adb8c1 pep8 compliant 2011-12-17 00:48:40 +05:30
Olivier Grisel a57c2ae933 more scikits.learn => sklearn updates 2011-09-03 12:57:53 +02:00
Gael varoquaux 097c3d23a0 ENH: More interesting benchmarks for OMP 2011-08-20 21:34:33 +02:00
vene 2cd0ccf71e updated samples generator according to @glouppe's refactoring 2011-08-04 16:50:47 +03:00
Alexandre Gramfort 5bca101786 ENH : prettify OMP/LARS benchmark 2011-08-03 23:00:48 -04:00
vene d4eadd7d85 clearer benchmark 2011-08-03 21:21:58 +03:00
vene c018c5fdd8 FIX: benchmark was broken 2011-08-03 17:09:42 +03:00
vene b711769e26 pep8 2011-08-03 17:04:26 +03:00
vene 110ae3cb3d while 1 instead of while True 2011-08-02 18:56:44 +03:00
vene 7c43e7d7c8 use np.asfortranarray 2011-08-02 13:08:47 +03:00
vene 56b1df8093 warn when omp stops early 2011-08-02 00:40:05 +03:00
vene 7435b1ddfb Added OMP bench 2011-07-29 14:06:35 +03:00