Commit Graph

181 Commits

Author SHA1 Message Date
Loïc Estève 02b9a726e1 DOC Fix plot_tomography_l1_reconstruction example
numpy 1.10 raises an exception when doing inplace operation
with an int and float array.
2015-10-15 16:37:24 +02:00
Lars Buitinck 47a85f3f34 MAINT: better timing and general fixes in NMF/LDA example
Knowing how long the whole script has run is not very useful for
benchmarking.
2015-09-30 21:45:32 +02:00
Lars a6c6e732c5 Merge pull request #3659 from chyikwei/onlineldavb
ENH Latent Dirichlet Allocation (LDA) with online variational Bayes
2015-08-09 19:13:01 +02:00
Vincent e28b6bdcf1 Added random seed for facial recognition example and updated the docstring 2015-07-11 21:49:07 +00:00
Chyi-Kwei Yau 5b7768b52e fix feature_names 2015-07-07 22:42:31 -04:00
Chyi-Kwei Yau 1e74e7d8d1 fix typo and improve doc 2015-06-24 23:32:59 -04:00
Chyi-Kwei Yau 2f1a26e368 merge NMF and LDA example 2015-06-24 00:03:48 -04:00
Andreas Mueller eedc1cddab Use more natural class_weight="auto" heuristic 2015-06-01 12:49:53 -04:00
Andreas Mueller da9a91d8f5 COSMIT remove unnecessary float casting from tomography example 2015-05-12 16:47:59 -04:00
Steven Seguin ced25e9ecd Change urlopen and iteritems functions for Python3 compat 2015-04-16 19:24:28 -04:00
Boyuan Deng 2638fe59d5 Use immutable default arguments throughtout repo
Replace mutable default arguments in examples

Replace mutable default arguments in sklearn/manifold/t_sne.py

Replace mutable default arguments in sklearn/metrics/pairwise.py
2015-03-19 16:30:39 +01:00
akitty bc1463652d Fix typo 2015-03-15 01:36:29 -04:00
Gael Varoquaux 63830dc3a7 DOC: stock_market example: follow change of symbol
Walgreen now trades under the symbol 'WBA', instead of 'WAG':
http://www.forbes.com/sites/brucejapsen/2014/12/19/iconic-Walgreeneens-shedding-wag-ticker-symbol-moving-to-nasdaq/
2015-03-13 15:22:15 +01:00
Andreas Mueller e0f5049a3d minor fixes in docs. 2015-03-03 11:07:18 -05:00
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