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
Alexandre Gramfort 81816ac0ca FIX : fix ward benchmark 2012-02-26 21:53:36 +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
Alexandre Gramfort bacbe9611d Merge branch 'hcluster2'
Conflicts:
	scikits/learn/datasets/samples_generator.py
	scikits/learn/grid_search.py
2011-04-01 12:27:16 -04:00
Alexandre Gramfort 8c6ece869b fix remaining n_comp 2011-02-24 16:59:49 -05:00
GaelVaroquaux b8e70e753a ENH: Hierarchial: don't compute moments twice
Compute only the upper triangular part of the moment matrix pair.
2011-02-23 17:17:39 +01:00
Gael varoquaux bfb819eb58 ENH: Add a benchmark for ward
Comparing the scikits and scipy
2011-02-02 11:36:10 +01:00