Commit Graph

167 Commits

Author SHA1 Message Date
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Gael Varoquaux 076c822da2 COSMIT: minor cleanup 2014-11-20 07:26:12 +01:00
Joel Nothman 10e4769dbf FIX out-of-core example had been broken 2014-08-20 13:21:56 +10:00
Joel Nothman e79d2bb832 FIX Py3k support for out-of-core example 2014-07-21 21:50:34 +10:00
Olivier Grisel e331935d2d FIX Python 3 support for examples/applications/plot_prediction_latency.py 2014-06-24 16:16:54 +02:00
Olivier Grisel 45a90568bc FIX Python 3 support for examples/applications/plot_out_of_core_classification.py 2014-06-24 14:00:35 +02:00
Olivier Grisel f892622967 FIX Python 3 support for datasets.species_distributions 2014-06-24 10:39:41 +02:00
Olivier Grisel 40597f1df5 Merge pull request #3169 from mjbommar/issue-3167-eradicate-todense
PR re: issue 3167 to eradicate .todense()
2014-05-24 21:02:47 +02:00
mjbommar d8099d6d27 Replacing the non-test .todense() methods with .toarray() 2014-05-20 21:16:34 -04:00
Gael Varoquaux 974fb95915 Remove HMM examples
Fixes #2646
2014-05-18 15:54:29 +02:00
Rajat Khanduja 7263d58dcf Modified example 'plot_stock_market.py' to use matplotlib.pyplot
Modified despite #3153 because
- Error is not related to pylab or matplotlib.pyplot
- Removing the symbol 'DELL' from the example solves the problem
2014-05-16 09:43:50 +05:30
Rajat Khanduja cca6fc7e8b Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
Rajat Khanduja 5e20b8c664 Fixed pep8 violations. Some 'line too long' errors still remain. 2014-05-15 09:23:16 +05:30
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
Aaron Schumacher 224d76941f typo: "fot" -> "for" 2014-04-11 20:39:00 -04:00
Gael Varoquaux 0043b62de3 MAINT: point out HMMLearn
New repository for the HMM code
2014-03-23 18:46:30 +01:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
hendrik 8f94ae6d0f PY3 fixed examples 2014-02-15 17:05:08 +01:00
Gael Varoquaux c72805adaa Merge pull request #2830 from eltermann/wrt-abbreviation
Replaced abbreviated 'w.r.t' to 'with regards to'
2014-02-11 16:53:33 +01:00
eltermann 82a5ba88ff Fixed small typo 2014-02-05 13:35:50 -02:00
eltermann b53b573c31 Replaced abbreviated 'w.r.t' to 'with regards to' 2014-02-05 12:59:07 -02:00
Joel Nothman dbc26ce996 COSMIT remove unused imports and variables 2014-02-03 19:43:56 +11:00
Jaques Grobler c77255f677 MAINT deprecate HMMs
Fixes #2731.
2014-01-11 13:55:45 +01:00
eustache f4d32b2623 added prediction time plot to Reuters example 2013-12-03 10:39:52 +01:00
eustache 2723270302 added model complexity in latency/throuhputs example plots 2013-12-03 09:55:41 +01:00
eustache 3e7f4455a0 found a good elasticnet example 2013-12-02 16:39:07 +01:00
eustache f08d2c601f merge doc/whats_new.rst 2013-11-15 11:51:40 +01:00
eustache 8e2d6a2e8b added ElasticNet to the narrative doc 2013-11-14 09:31:29 +01:00
eustache 0371831388 removed CV code to tune hyperparameters (better for CI) 2013-11-14 09:09:47 +01:00
eustache dd84e10d3a added example and fullfilled section on influence of model complexity 2013-11-14 08:45:21 +01:00
eustache 87a01e15f6 now compares linear vs svr vs rf 2013-11-08 11:32:15 +01:00
eustache 0bb6871b52 added influence of n_features; added throughput explanation/graph 2013-10-31 10:55:51 +01:00
eustache ba80756f73 some substance to the perf docs 2013-10-29 09:03:34 +01:00
eustache 9593fa71cf Merge remote-tracking branch 'upstream/master' into pred_latency 2013-10-28 09:41:26 +01:00
eustache 64de651fa8 1st draft of merformance docs 2013-10-28 09:41:23 +01: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
eustache a540309993 more pep8/257 fixes 2013-10-10 08:57:26 +02:00
eustache 3bf4474a59 pep8/257 fixes 2013-10-10 08:53:17 +02:00
eustache 36d500db9c working boxplot 2013-10-07 12:07:05 +02:00
eustache 67010c7f72 first plot working 2013-10-04 09:26:14 +02:00
eustache 8160b8a444 inital checkin 2013-10-04 08:44:20 +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
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
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
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