Commit Graph

2080 Commits

Author SHA1 Message Date
Jaques Grobler ea7ad29123 sort out plot_iris vs plot_svm_iris 2013-11-03 22:10:57 -08:00
Jaques Grobler 9b4799282e SGD and SVC duplicate example sorted 2013-11-03 22:10:57 -08:00
Olivier Grisel b2c5f4d9e7 Better title 2013-10-30 21:10:28 +01:00
Laurent Pierron 48c2c15f57 Improve the GMM PDF example. 2013-10-28 17:07:26 +01:00
Alexandre Gramfort 101f0eed4c ENH : better shrinkage range for ShrunkCovariance 2013-10-25 17:49:06 +02:00
dengemann 4516bf5f96 COSMITS 2013-10-25 14:49:40 +02:00
dengemann 4f3722c38c ENH: improve FA vs PCA example 2013-10-25 14:38:44 +02:00
Steven Maude b01f9608bd Minor typo fixes in grid_search_text_feature_extraction.py
Change there -> their, name -> names
2013-10-25 11:46:54 +01:00
Olivier Grisel 7430eba323 Add plot titles and newstyle plt import in OLS vs Ridge example 2013-10-24 16:25:40 +02:00
Olivier Grisel d82cf0657a Merge pull request #2536 from larsmans/rm-mlcomp-doc-class
MAINT remove mlcomp document classif. example
2013-10-21 01:39:37 -07:00
Lars Buitinck 02d972644a ENH micro-optimize NMF inner loop
Also fixed the random seed on the example.
2013-10-20 19:17:26 +02:00
Johannes Schönberger c2a2bfe45b Rename RANSAC to RANSACRegressor 2013-10-20 15:58:04 +02:00
Johannes Schönberger 28569ec45e Improve RANSAC example script 2013-10-20 15:58:04 +02:00
Johannes Schönberger 3753696c2b Unwrap lines 2013-10-20 15:58:03 +02:00
Johannes Schönberger db75461e21 Remove bagged regressor 2013-10-20 15:58:03 +02:00
Johannes Schönberger 0378f8cde6 Extend RANSAC example with comparison to BaggingRegressor 2013-10-20 15:58:02 +02:00
Johannes Schönberger 64eb3c4092 Use np.logical_not rather than tilde 2013-10-20 15:58:01 +02:00
Johannes Schönberger 54475d43b8 Change default parameters, so example works without specific parameters 2013-10-20 15:58:00 +02:00
Johannes Schönberger dc0f897f04 Move ransac example to linear-model folder 2013-10-20 15:58:00 +02:00
Johannes Schönberger 940c117074 Update RANSAC example script for new estimator class interface 2013-10-20 15:57:56 +02:00
Johannes Schönberger 354fe5636c Return number of trials in RANSAC 2013-10-20 15:57:54 +02:00
Johannes Schönberger 23d3430820 Add example plot script for RANSAC 2013-10-20 15:57:54 +02:00
Lars Buitinck 12c8aa38d2 MAINT remove mlcomp document classif. example
It's redundant given the other 20newsgroups example.
2013-10-19 14:05:43 +02:00
Eric Jacobsen 0974fb6d3c ENH: Call plot twice per class label rather than for every point. 2013-10-10 00:37:31 -07:00
Alexandre Gramfort 10b048032f API : set return_models to False by default in path functions in coordinate descent 2013-09-29 15:18:13 +02:00
Lars Buitinck 2ca483260e DOC typo: polynominial 2013-09-28 17:38:12 +02:00
Olivier Grisel 9cb3b96753 Merge pull request #2222 from FedericoV/Out_of_core_example
[MRG] Added comparison of other classifiers using partial fit methods
2013-09-18 01:18:34 -07:00
Brooke Osborn 72334f1e8d removing NWS from list of stock prices 2013-09-16 11:53:04 +02:00
Lars Buitinck 9a9b9e85ed DOC+COSMIT: typos, lots of them
Fixes #2102. There's one typo left in joblib which is better fixed
upstream.
2013-09-13 16:29:42 +02:00
Gilles Louppe 74d395215b ENH bagging meta-estimator 2013-09-11 13:51:09 +02:00
Gael Varoquaux 3072c66f67 Merge pull request #2424 from sergiopasra/no-shebang
No shebang
2013-09-08 02:48:50 -07:00
eustache 572b30d804 COSMIT pep8/257 2013-09-06 18:05:58 +02:00
eustache 9f325a6c0f cosmit pep8/257 2013-09-06 17:45:05 +02:00
Federico Vaggi 5c7050c123 Fixed misc style changes suggested by Ogrisel 2013-09-06 17:44:38 +02:00
Federico Vaggi 4cf42c8380 ENH: Added comparison of other classifiers using partial fit methods 2013-09-06 17:43:08 +02:00
Sergio Pascual 6c3e176ae6 Remove execute pemission 2013-09-06 15:37:17 +02:00
Alexandre Gramfort 915a58ba64 avoid zip + topic in doc 2013-09-06 08:51:06 +02:00
Alexandre Gramfort ab015af18e pimp example 2013-09-05 21:50:28 +02:00
Alexandre Gramfort 7d83cf33ac API : add score_samples in FactorAnalysis + update example 2013-09-05 21:41:45 +02:00
Alexandre Gramfort c1ad0c76f3 pep8 + misc 2013-09-05 21:40:27 +02:00
Alexandre Gramfort d024326999 ENH : add PCA+FA model selection example 2013-09-05 21:39:58 +02:00
Lars Buitinck 841fb88727 ENH prettier output from NMF example
Better stopword and noise filtering, increased n_samples to 2000
since the recent optimizations to tf-idf and NMF allow this.

Also some micro-optimizations to NMF itself.
2013-09-01 19:04:56 +02:00
Mathieu Blondel 3d772e9034 Add pairwise_distances_argmin. 2013-08-30 22:31:09 +09:00
Mathieu Blondel 70695caf78 Use pairwise_distances_argmin_min in examples. 2013-08-30 22:21:55 +09:00
Lars Buitinck dedc822edf ENH export randomized_svd publicly
... and don't use an import from utils in an example script!
2013-08-30 10:17:40 +02:00
Lars Buitinck 41b3ddd2d6 ENH speed up NMF (about 30% off topic extraction runtime) 2013-08-30 03:19:28 +02:00
Brooke Osborn 2eddb1a29f BUG fix whitespace in error messages
Partial fix for #2380.

Signed-off-by: Lars Buitinck <L.J.Buitinck@uva.nl>
2013-08-26 17:02:52 +02:00
Kyle Kastner f066c52e8a Updated whats_new and fixed a typo in plot_precision_recall.py 2013-08-21 11:03:00 +02:00
Kyle Kastner d8112989a4 Added link to precision_score 2013-08-21 11:02:35 +02:00
Kyle Kastner 8b2d9ebf42 Added links to cross_val_score, auc_score, and recall_score 2013-08-21 11:02:35 +02:00