Commit Graph

210 Commits

Author SHA1 Message Date
Attractadore 3efefab4c8 [MRG+1] Rename n_topics to n_components in LDA (#8938) 2017-05-27 18:46:26 +10:00
Jacob Schreiber 26978b5459 Revert "[MRG+1] Added n_components parameter to LatentDirichletAllocation to replace … (#8922)" (#8937)
This reverts commit 890e652898.
2017-05-26 00:02:51 -07:00
Attractadore 890e652898 [MRG+1] Added n_components parameter to LatentDirichletAllocation to replace … (#8922)
[MRG+2] Added n_components parameter to LatentDirichletAllocation to replace …
2017-05-25 23:07:10 -07:00
Loïc Estève 719afba518 [MRG] Run more examples as part of the doc generation (#8851)
Also fix errors and flake8 violations of existing examples
2017-05-11 23:42:57 +02:00
Naoya Kanai 1af5a0e0a8 [MRG] Update URL for species distribution dataset (#8864) 2017-05-11 18:44:08 +02:00
Aman Dalmia 13cc121b30 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
Tom Dupré la Tour ae4f7104d6 [MRG+1] Add multiplicative-update solver in NMF, with all beta-divergence (#5295) 2016-12-12 16:10:39 +01:00
Maniteja Nandana 9d535ad42c DOC: Provide link to LDA and NMF in the example tutorial closes #5876 (#5984) 2016-10-25 17:06:44 -04:00
Alexandre Abadie 0c2264da19 replace RandomizedPCA by new API in remaining documentation 2016-09-19 12:46:42 +02:00
Alexandre Gramfort abee34e299 phrasing 2016-08-24 08:39:44 +02:00
Óscar Nájera e10a272600 Fix example to use rst syntax in notebook comments 2016-08-03 20:23:50 +02:00
Andreas Mueller 8972d82a1f DOCS / COSMIT duplicate word typos 2016-07-26 10:44:32 -04:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Lars Buitinck 2e4aafd19c MAINT remove my email address
I'm getting too many individual support requests. People should
use the mailing list.
2016-03-04 10:43:41 +01:00
alyssaq d2b6c7a37d Fixed legend text and pep8 warnings 2016-02-15 14:12:25 +08:00
govin-vatsan 9c511d04cc Changes to be committed:
modified:   examples/applications/svm_gui.py

For some reason, the Tkinter package is not compatible with Python 3.

	try:
    	    import Tkinter as Tk #works with Python 2
	except ImportError:
	    import tkinter as Tk #works with Python 3

 I added in an additional import statement to add compatibility

[ci skip]
2016-02-10 15:44:59 +01:00
Gael Varoquaux 317dea8a05 Merge pull request #6005 from seales/SpellingFix
[MRG+1] General spelling fixes
2016-01-04 13:42:20 +01:00
dsquareindia 80c770ffa0 FIX Eliminated the use of color_cycle in out of core example 2015-12-28 10:01:43 +01:00
seales 0485ada58b General spelling fixes 2015-12-16 09:46:42 -08:00
hdmetor c865b9b9b2 Using rain_test_split and StandardScaler instead of reimplementing them 2015-12-15 08:11:19 -08:00
Andreas Mueller 5b1aca08c2 MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples. 2015-12-10 12:11:48 -05:00
Tom Dupré la Tour 335536ce44 Merge pull request #5919 from nelson-liu/fix_stock_example
[MRG+2] Fixed plot_stock_market.py example to work with matplotlib 1.4.x+
2015-11-26 18:39:05 +01:00
Nelson Liu 48ad7aa1d3 replaced matplotlib function finance.quotes_historical_yahoo() (deprecated as of matplotlib 1.4.x) with finance.quotes_historical_yahoo_ochl(), enabling the example to work for the latest version of matplotlib (1.5.0).
updated import statement to support users that are on matplotlib versions older than 1.4.x

fixed typo in import.

fixed error with method invocation.
2015-11-26 08:21:07 -08:00
Tom Dupré la Tour b59b0e169e Merge pull request #5882 from LeiG/fix_confusing_n_samples
[MRG+2] fix confusing n_samples and n_features in topics_extraction_with_nmf_lda example
2015-11-26 14:35:12 +01:00
Andreas Mueller fb123ed24b More doc fixes. Latex builds again. 2015-11-20 16:30:45 -05:00
LeiG 9b5cf0fe57 #5877 fix confusing n_samples and n_features 2015-11-19 00:59:42 -08:00
Vighnesh Birodkar 10445f556b Removed exit() call in topic extraction example 2015-11-12 15:45:45 -05:00
Andreas Mueller 2653833a07 DOC some fixes to the doc build. 2015-11-03 12:23:23 -05:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
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