Commit Graph

69 Commits

Author SHA1 Message Date
Meekail Zain 38173e9c4e
DOC Fix MDS images in user guide (#22465)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-02-14 11:17:50 +01:00
siavrez f57a5f9bc0
MNT accelerate example plot_lle_digits.py (#21736) 2021-11-24 08:56:21 +01:00
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Guillaume Lemaitre 1d7d6283c1
DOC reformatting example as notebook style (#20543)
Co-authored-by: Guillaume Lemaitre <glemaitre@Guillaumes-MacBook-Air.local>
2021-07-19 17:54:14 +02:00
geroldcsendes bdf79d53a8
DOC Fix color palette in manifold example (#19517) 2021-06-19 10:18:30 +02:00
Christian Lorentzen 79b0943de0
DOC avoid FutureWarnings for deprecations examples (#17264)
* MNT keyword only in examples

* MNT pandas 1.0.0 deprectation

See pandas-dev/pandas#23566

* MNT new keyword in 0.23
2020-05-18 18:35:12 +02:00
Kennedy Kang'ethe 5310b87288 DOC Fix "Variables are collinear" warning in plots_lle_digits (#14162) 2019-07-01 11:23:53 +02:00
William de Vazelhes d31b67f23d FEA Neighborhood Components Analysis (#10058) 2019-02-28 15:58:07 +01:00
Arik Pamnani d3f8b1e131 Use X and y in plot_lle_digits.py (#10970)
rather than digits.data and digits.target
2018-04-13 08:07:32 +02:00
Loïc Estève 32ab5b5d24 DOC fix missing import in plot_lle_digits example
and remove unused lda import.
2015-10-15 21:16:20 +02:00
Vinayak Mehta 679936f6bc MAINT Deprecate LDA/QDA in favor of expanded names
The LDA accronym for Linear Discriminant Analysis is ambiguous
because of the newly introduced Latent Dirichlet Allocation model.

We therefore deprecate the sklearn.lda.LDA and sklearn.lda.QDA
in favor of explicit names.
2015-09-11 15:32:11 +02:00
Alexander Fabisch f59e08f21f Correct examples 2014-05-28 20:04:46 +02:00
Alexander Fabisch 08c17d24c5 Use PCA initialization in examples 2014-05-28 19:56:10 +02:00
Alexander Fabisch 91e95df436 Integrate PCA initialization
* update docstring
* add tests
2014-05-28 19:56:09 +02:00
Olivier Grisel 58bcbaf0bd Add optional PCA init to t-SNE 2014-05-28 19:56:09 +02:00
Alexander Fabisch 25a8c5f05a Adress Gael's comments
* rename _binary_search to _utils
* indent list elements
* use default parameters in examples
2014-05-28 19:56:09 +02:00
Alexander Fabisch 8d0fadabbc Remove generalization 2014-05-28 19:56:09 +02:00
Alexander Fabisch 43b41f1ff7 Modify learning schedule 2014-05-28 19:56:09 +02:00
Alexander Fabisch 8c969cb011 Add t-SNE to other examples 2014-05-28 19:56:09 +02:00
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
Andreas Mueller 26eb3c606f DOC/EXAMPLES fix more documentation errors, deprecated api usages. 2013-07-28 15:01:48 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Lars Buitinck 837093df7f P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Andreas Mueller 4f1bc46fc1 COSMIT pep8 in examples 2013-01-17 12:51:12 +01:00
andy 1aacfbede8 ENH updated to more examples. 2013-01-07 09:41:48 +01:00
Arnaud Joly 12c8d3be79 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly eb67e016eb FIX typo mistakes 2012-12-21 14:47:58 +01:00
Arnaud Joly 6cc099771c FIX example import (name changed) 2012-12-21 14:34:23 +01:00
Olivier Grisel 110842ab64 use random projections in the digits manifold example 2012-12-21 14:34:18 +01:00
Satrajit Ghosh e0959c9add ref: change name to indicate semantics 2012-11-27 09:36:21 -05:00
Satrajit Ghosh 8eb74e065c fix: addressing gael's comments 2012-11-27 09:36:20 -05:00
kuantkid 9b47cdf9d0 ADD added examples, and eliminate unnecessary imports 2012-11-27 09:35:45 -05:00
Andreas Mueller 6ab3b5b2be MISC rename RandomForestEmbedding to RandomTreesEmbedding 2012-11-15 19:20:45 +00:00
GaelVaroquaux 593f4bd748 ENH: RandomForestEmbedding in lle_digits example 2012-11-14 15:57:49 +01:00
Andreas Mueller e3369c189b ENH slight improvement to mds speed, modified examples to not run mds that long. 2012-06-03 22:43:41 +02:00
Nelle Varoquaux 7a0511c0b9 Added MDS to manifold comparison methods 2012-06-01 18:24:21 +02:00
Andreas Mueller 5ad3bc672c ENH rename out_dim to n_components in manifold module 2012-05-06 16:08:25 +02:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Jake Vanderplas c72dd9fd39 merge with master; remove lobpcg references 2011-08-13 10:06:52 -07:00
Gael varoquaux 1d5e5d50af COSMIT: print time in plot_lle_digits example 2011-08-12 07:30:35 +02:00
Jake Vanderplas d7ed1cb568 examples: make out_dim explicit 2011-08-12 07:30:35 +02:00
Jake Vanderplas ba5bf00c30 manifold example updates 2011-08-12 07:30:35 +02:00
Jake Vanderplas 9abb9fa710 update manifold documentation 2011-08-08 17:39:15 -07:00