GaelVaroquaux
7278dfe482
DOC: finish misc in tutorial
...
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +02:00
GaelVaroquaux
e38fa17b16
Merge branch 'WIP_tut'
2012-03-26 00:33:25 +02:00
GaelVaroquaux
df558e84be
MISC: tweak example layout
2012-03-26 00:17:35 +02:00
GaelVaroquaux
e64b7a62fc
ENH: summary table on clustering
2012-03-26 00:17:35 +02:00
GaelVaroquaux
f0d7eb6382
DOC: affinity-propagation in clustering comparison
...
Also add a 'null' example for clustering
2012-03-25 19:13:16 +02:00
GaelVaroquaux
118c00d93d
ENH Ward: better behavior for non-fully-connected graphs
...
Improves the plot_cluster_comparison example
2012-03-25 17:33:49 +02:00
Jaques Grobler
0d63d785e7
Merge branch 'master' into WIP_tut
...
Conflicts:
examples/linear_model/plot_ols.py
2012-03-22 17:12:36 +01:00
Nick Wilson
9c3e66e8d1
FIX: Delete temporary cache directory
...
The cluster/plot_feature_agglomeration_vs_univariate_selection.py
example was leaving temporary files in the current directory. The
examples/cluster/joblib/ directory remained after running the example.
This commit moves the cache to a temporary folder.
2012-03-13 19:29:09 -07:00
Andreas Mueller
e3da7a4990
FIX plot example fix for old matplotlib, so that it shows on the website.
2012-03-13 22:40:17 +01:00
Jaques Grobler
db38edb7ea
delete redundant file, merged some examples and updated links
2012-03-07 03:55:18 +01:00
Jaques Grobler
bca803eb55
Merged a few examples into the example pool
2012-03-07 00:52:17 +01:00
Jaques Grobler
30150cfdef
Merged some examples into examples folder.
...
- updated links accordingly
- renamed miss-spelt excercice to exercise
2012-03-06 23:40:49 +01:00
Olivier Grisel
de2511871c
better blob seed so that both DBSCAN and meanshift are working well
2012-03-04 20:11:48 +01:00
Andreas Mueller
24661d3513
ENH fixed seed, added center positions
2012-03-04 19:53:38 +01:00
Andreas Mueller
842f366f83
MISC added xlim and ylim for @ogrisel's weird matplotlib ;)
2012-03-04 19:34:25 +01:00
Andreas Mueller
84edda6ba7
COSMIT removed debugging print
2012-03-04 19:07:03 +01:00
Andreas Mueller
124b19f1e8
COSMIT cleanup, pep8
2012-03-04 17:51:38 +01:00
Andreas Mueller
9bcd00af23
MISC use Gaels pretty plot, add dbscan, normalize data...
2012-03-04 17:46:38 +01:00
Andreas Mueller
c93c1a290e
FIX broke label_probagation example, now fixed it again.
2012-03-04 14:38:14 +01:00
Andreas Mueller
11ba3f725a
ENH clustering example with spectral clustering and ward with connectivity. looking better now, still not perfect.
2012-03-04 14:30:56 +01:00
Andreas Mueller
db1e1868be
ENH cluster comparison example (starting)
2012-03-04 00:43:36 +01:00
Andreas Mueller
68a8b8b46d
ENH renamed best_estimator and best_score in examples and tests.
2012-01-05 23:35:33 +01:00
Jake Vanderplas
96d6060cd7
pep8
2011-12-23 10:12:26 -08:00
Jake Vanderplas
e705d941ce
Change depreciated behavior in feature agglomeration example
2011-12-21 03:41:40 -08:00
Olivier Grisel
8f7cfdf259
cosmit
2011-12-21 11:16:18 +01:00
Olivier Grisel
d3533317eb
enable the kmeans stability as an auto examples as the speed is now fast enough
2011-12-21 10:50:31 +01:00
Olivier Grisel
c85c89068b
simplify stability evaluation example
2011-12-21 10:49:07 +01:00
Olivier Grisel
e65bca1493
better documentation for the convergence stability example
2011-12-21 10:28:49 +01:00
Olivier Grisel
30cdbb8da7
fix text position in example
2011-12-21 10:13:46 +01:00
Olivier Grisel
2cbcc1e813
example tweaks
2011-12-20 20:18:08 +01:00
Olivier Grisel
d32a220024
FIX compat for errorbar legend for old matplotlib versions
2011-12-20 16:10:37 +01:00
Olivier Grisel
738891562c
Merge branch 'master' into minibatch-kmeans-optim
2011-12-20 16:00:31 +01:00
Alexandre Gramfort
3f330f2967
STY : pep8
2011-12-20 15:34:17 +01:00
Andreas Mueller
8d5fd79690
ENH adjust subplots to look good on the web.
2011-12-20 12:38:45 +01:00
Andreas Mueller
48a650000c
ENH prettify kmeans vs minibatch kmeans example
2011-12-20 12:38:41 +01:00
Olivier Grisel
e93482eaa4
Fix broken duplicated / tests and more practical init
2011-12-20 12:19:52 +01:00
Olivier Grisel
2f3cca5807
typo: accross => across
2011-12-20 10:02:48 +01:00
Olivier Grisel
f9aacbad22
example script is not meant to be executed when building the doc as it is slow
2011-12-19 19:15:00 +01:00
Olivier Grisel
29fa29fd36
delete broken example
2011-12-19 18:57:24 +01:00
Olivier Grisel
70c0aa18a6
Merge branch 'master' into minibatch-kmeans-optim
2011-12-19 18:25:45 +01:00
Olivier Grisel
6db1ff8d0b
WIP: n_init refactoring
2011-12-19 16:28:41 +01:00
Gilles Louppe
63331849ea
DOC: Fixed links to modules in the example gallery
2011-12-19 16:07:01 +01:00
Olivier Grisel
d9aa1283ec
Merge branch 'master' into minibatch-kmeans-optim
2011-11-13 20:07:29 -05:00
Gael varoquaux
f45a2690d6
DOC: minor fix to AMI docs
2011-11-10 23:04:17 +01:00
Gael varoquaux
fbe8aed56a
COSMIT: layout in plot_kmeans_digits example
2011-11-10 23:04:17 +01:00
Robert Layton
17ee6c41e8
and in plot_adjusted example (mutual_info_score)
2011-11-10 16:23:38 +11:00
Robert Layton
e51e4d679b
ami_score -> adjusted_mutual_info_score
...
This time, in examples and docs!
2011-11-07 22:46:11 +11:00
Robert Layton
88adf3b9ab
comments, pep8 and pyflakes
2011-11-07 21:10:53 +11:00
Olivier Grisel
3f1901cade
second experiment on reinit that does not work on high dim sparse data either
2011-11-07 10:37:48 +01:00
Olivier Grisel
f87248dcec
new example to emphasize issues with current naive reinit scheme on sparse data
2011-11-06 23:50:12 +01:00