Commit Graph

1461 Commits

Author SHA1 Message Date
Alexandre Gramfort fb4bedf94b Merge pull request #747 from ibayer/posCoeff
positivity constraint for lasso and elastic net
2012-04-11 00:06:06 -07:00
Alexandre Gramfort 5b93ccddd8 cosmit : consistent linestyle in plot_lasso_coordinate_descent_path 2012-04-10 13:50:01 +02:00
Gael Varoquaux 987f0fb490 Merge pull request #751 from jaquesgrobler/master
Removed `_plot` from the face recognition example
2012-04-03 07:45:11 -07:00
Jaques Grobler ca50d31a42 Removed `_plot` from the face recognition example
updated tutorial page to use static image.
2012-04-03 13:20:01 +02:00
Peter Prettenhofer 8588a1e14d Merge branch 'gradient-boosting-enh2' 2012-04-02 13:35:11 +02:00
Olivier Grisel 1b0b500722 Fix bad reference to LFW in example 2012-04-01 19:05:56 +02:00
flyingimmidev 0df07e3f9a merged into plot_lasso_coordinate_descent_path 2012-04-01 14:35:56 +02:00
flyingimmidev 83e1ead98b add examples for positive constraint lasso and enet 2012-04-01 14:11:07 +02:00
flyingimmidev a7215af854 - changed parameter from positive_constraint to positive
- moved parameter from fit to constructor
2012-03-31 23:49:58 +02:00
flyingimmidev be11f8f328 use scikit function to make train test split 2012-03-31 22:55:09 +02:00
flyingimmidev ce0f7cb585 reset wrongly committed file 2012-03-31 20:44:59 +02:00
flyingimmidev 8fbdde0ca3 renaming 2012-03-31 20:41:27 +02:00
flyingimmidev 7df65a5f13 example for lasso with positive constraint 2012-03-31 20:40:30 +02:00
Mathieu Blondel 4ac7a41b0b Merge branch 'nearest_centroids' of https://github.com/robertlayton/scikit-learn into nearest_centroids 2012-03-31 21:15:59 +09:00
Peter Prettenhofer 4b5aada830 use staged predict in gbrt examples 2012-03-29 10:26:43 +02:00
Lars Buitinck 91a7b65557 DOC small fixes to NearestCentroid classifier
Point out connection to Rocchio classifier from NLP/IR.
2012-03-27 18:48:38 +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
Robert Layton 8b766792be Merge remote-tracking branch 'origin/nearest_centroids' into nearest_centroids 2012-03-27 19:54:30 +11:00
Robert Layton d213168bef metric fixed in tests 2012-03-27 19:48:45 +11:00
Robert Layton f5de79a91c Removed unneeded numpy.array call in test
Added NearestCentroid to 20 newsgroups example
2012-03-27 19:40:50 +11:00
Robert Layton 58e15bcf27 Update examples/neighbors/plot_nearest_centroid.py 2012-03-27 09:32:40 +12:00
Jaques Grobler f56ffb542a Made old EllipticEnvelop deprecated class
-renamed to **EllipticEnvelope**
-Examples updated
2012-03-26 17:16:58 +02:00
Robert Layton fd30ddc561 Example of nearest neighbor, getting an improvement when using a shrink threshold of 0.1 2012-03-26 21:35:46 +11: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
Peter Prettenhofer d452cde4a1 Merge branch 'master' into gradient_boosting 2012-03-22 22:28:25 +01: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
Peter Prettenhofer 0dc117aaf6 update examples 2012-03-20 15:59:29 +01:00
iBayer 3ac4be8d40 cleaned some examples 2012-03-18 20:53:00 +01:00
Peter Prettenhofer 698150583b Merge remote branch 'upstream/master' into gradient_boosting 2012-03-18 11:53:15 +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 ebc7a6c332 Merge branch 'master' of github.com:amueller/scikit-learn 2012-03-13 22:36:04 +01: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
Andreas Mueller 42b1510d30 Cosmit typo 2012-03-13 22:16:17 +01:00
Peter Prettenhofer 835af05624 Merge remote branch 'upstream/master' into gradient_boosting
Conflicts:
	sklearn/tree/tree.py
2012-03-13 07:16:35 +01:00
Peter Prettenhofer 249ea7bd0d new predict utils for early stopping; updated examples 2012-03-12 22:20:04 +01:00
Jaques Grobler 1890d6eefa fixed typo,changed 2.2s numbering, fixed 4 examples in exercises 2012-03-12 10:19:01 +01:00
GaelVaroquaux 0337bde36f Merge branch 'hmmc'
Conflicts:
	doc/whats_new.rst
	sklearn/hmm.py
	sklearn/tests/test_hmm.py
2012-03-09 23:53:53 +01:00
Jaques Grobler 7f155e9d1a moved exercises into seperate folder, neating up 2012-03-09 16:07:50 +01:00
Jaques Grobler 1b06362a1a fixed links & neatening 2012-03-08 15:21:53 +01:00
Jaques Grobler b49c2d0756 merged ols and ridge variance + some neating 2012-03-08 14:04:57 +01:00
Peter Prettenhofer 10d641c722 Merge branch 'gradient_boosting' of https://github.com/scottblanc/scikit-learn into scottblanc-gradient_boosting 2012-03-07 21:35:30 +01:00
Olivier Grisel c0541fa03b Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
Jaques Grobler 97291bd21b deleted unused file, tutorial examples folder removed 2012-03-07 14:51:35 +01:00