Commit Graph

24 Commits

Author SHA1 Message Date
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Gael Varoquaux 75705e2b24 MISC: remove reference to deprecated Ward 2014-02-07 09:25:08 +01:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +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 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 ca48f82ab8 s/\bcross_val\b/cross_validation/g 2011-09-06 14:44:32 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Fabian Pedregosa 2fc4c96a90 Revert "Remove hardcoded n_jobs from examples."
This reverts commit 6887195563.
2011-07-30 07:49:56 +02:00
Fabian Pedregosa 6887195563 Remove hardcoded n_jobs from examples. 2011-07-29 14:49:45 +02:00
Gael varoquaux 795757205c Cosmit 2011-07-15 17:45:57 +02:00
Alexandre Gramfort a3bc7eafcf ENH : factorizing img_to_graph and grid_to_graph
there was no bug before but an obscure img_to_graph(mask, mask)
that is now replaced by grid_to_graph (makes a connectivity structure
for a grid of pixels/voxels)
2011-02-28 10:58:00 -05:00
Alexandre Gramfort 8c6ece869b fix remaining n_comp 2011-02-24 16:59:49 -05:00
Alexandre Gramfort c5aa155621 Merge branch 'hcluster' into hcluster2 that matches master
- pipeline and GridSearchCV have been cleaned
- feat agglo inherits from TransformerMixin
- s / n_comp / n_components in hierarchical.py

Conflicts:
	scikits/learn/feature_selection/univariate_selection.py
	scikits/learn/pipeline.py
	scikits/learn/tests/test_pipeline.py
2011-02-21 21:28:34 -05:00
Alexandre Gramfort 1cd924e404 better ward rst doc examples 2011-01-31 22:16:31 -05:00
Alexandre Gramfort de06c23ba7 in hierarchical : s/adjacency_matrix/connectivity, s/k/n_clusters 2011-01-25 13:06:06 -05:00
Alexandre Gramfort 704ed7e83f ENH : improving ward for better joblib caching 2011-01-25 11:39:59 -05:00
Gael varoquaux e49cd50020 ENH: Reorganise the feature agglomeration 2011-01-23 11:36:07 +01:00
Alexandre Gramfort 5edd39ff7d first attempt to use caching in gridsearch with hierarchical clustering... WIP 2011-01-22 22:25:38 -05:00
Alexandre Gramfort 1ff5724cc8 ENH : refactoring Ward feature agglomeration to make it work with Pipeline 2011-01-22 17:37:20 -05:00