Commit Graph

225 Commits

Author SHA1 Message Date
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Andreas Mueller 54385c7565 COSMIT featuers -> features typo 2012-12-22 16:48:17 +01:00
kuantkid 46f15875db RENAME rename eigen_tol and eigen_solver, and warning about using old variable name eig_tol and mode 2012-11-27 09:35:45 -05:00
kuantkid 0ef3aadc69 RENAME parameter rename in examples 2012-11-27 09:35:16 -05:00
Gael Varoquaux 388d1233dd API: change 'embed_solve' to 'assign_labels' 2012-10-27 20:40:06 +02:00
Gael Varoquaux 9b0ee1d997 MISC: split example in two plots 2012-10-27 20:40:06 +02:00
cow d3f1d77e59 Removed savefig 2012-10-27 20:40:06 +02:00
cow efb134469e Modified lena segmenation example to include different embedding solvers 2012-10-27 20:40:06 +02:00
cow 112597d755 Added newline to the end of file 2012-10-27 20:40:05 +02:00
cow 64bfe41c34 Example for spectral clustering embedding handling 2012-10-27 20:40:05 +02:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Andreas Mueller 713ba6006e COSMIT pep8 2012-09-04 17:24:01 +01:00
Andreas Mueller a682cfbb73 FIX affinity propagation typo 2012-09-03 21:22:10 +01:00
Nelle Varoquaux e737aa46c8 FIX the AP was using a deprecated parameter 2012-09-02 23:10:13 +02:00
Andreas Mueller 0df98bb3c0 ENH add test, revert affinity propagation to previous parametrization (was a bit over-eager there) 2012-08-27 09:35:14 +02:00
Andreas Mueller 194b0f10bc Merge branch 'master' into fit_pairwise 2012-08-05 16:49:48 +01:00
Alexandre Gramfort 9cfdff594c missing pl.show() in plot_digits_agglomeration.py 2012-07-28 12:40:52 +02:00
Andreas Mueller 28fd13f7e4 ENH Starting on affinity propagation 2012-06-03 20:33:06 +02:00
Andreas Mueller 86baa8a7d6 ENH "fit_pairwise" for spectral clustering. 2012-06-03 20:33:06 +02:00
Andreas Mueller 8199bfd348 ENH fixed ``n_cluster`` to ``n_clusters`` in examples. Thanks @agramfort 2012-05-30 07:41:35 +02:00
Andreas Mueller d9a6243c98 ENH rename k in clustering examples and doctests to n_clusters 2012-05-30 07:41:34 +02:00
Andreas Mueller a2c3112dcc MISC don't use fit parameters in example 2012-05-15 21:37:33 +02:00
Andreas Mueller 645db95737 ENH adjusted examples to new matplotlib 1.1.1 2012-05-05 20:43:21 +02:00
Andreas Mueller c0e46e19e6 COSMIT typos by `git grep independant` 2012-05-05 18:33:24 +02:00
Andreas Mueller dcc1c7431c COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples. 2012-04-29 23:13:06 +02:00
GaelVaroquaux 2784be98a0 COSMIT: prettier plot 2012-03-27 11:06:27 +02:00
GaelVaroquaux 77c844afba DOC: timings in cluster comparison example 2012-03-27 11:01:51 +02:00
GaelVaroquaux cc1765cc38 COSMIT: layout tweak 2012-03-26 01:59:15 +02:00
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