Commit Graph

198 Commits

Author SHA1 Message Date
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
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