Commit Graph

8 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
Bala Subrahmanyam Varanasi 36d0adb8c1 pep8 compliant 2011-12-17 00:48:40 +05:30
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
Olivier Grisel a57c2ae933 more scikits.learn => sklearn updates 2011-09-03 12:57:53 +02:00
Gilles Louppe 3fd8292c18 Fixes for broken benchmarks due to API changes in samples_generator.py 2011-08-04 15:09:32 +02:00
Olivier Grisel 90ac3a0965 factorized out correlated regression dataset utility function and updated
benchmarks
2010-12-11 23:16:02 +01:00
Fabian Pedregosa cec8e33e79 Move benchmarks outside the source tree.
Some reasons:

   - Avoid current fragmentation.
   - Avoid nose failures when importing those modules.
2010-11-26 17:53:06 +01:00