Rémy Léone
9b7176dd9d
[DOC] Fix broken links
2016-03-23 12:45:34 -07:00
Nelson Liu
fcfaa5fc37
Updated examples and tests that use scipy's lena
...
scipy.misc.lena will be removed in scipy version 0.17.
This changes the example to use scipy.misc.face instead.
2016-02-11 09:13:40 +01:00
Paul Strickland
ef307ecf9c
Correct typo in ``decomposition.rst``. Merge latest changes.
2016-02-06 14:47:11 +00:00
Andreas Mueller
2653833a07
DOC some fixes to the doc build.
2015-11-03 12:23:23 -05:00
TomDLT
ceeef70037
ENH refactor NMF and add CD solver
2015-09-21 11:42:07 +02:00
Alexandre Gramfort
1a45b79bb5
typos
2015-08-09 21:22:00 +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
Chyi-Kwei Yau
fdfb80886f
improve LDA doc
2015-06-24 18:33:04 -04:00
Chyi-Kwei Yau
2f1a26e368
merge NMF and LDA example
2015-06-24 00:03:48 -04:00
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Chyi-Kwei Yau
11aad7f151
change doc, fix n_jobs, and remove fit_transform
2015-05-31 11:55:54 -04:00
Chyi-Kwei Yau
46a503127c
add LDA user guide
2015-05-25 23:51:49 -04:00
Lars Buitinck
a64b0608ed
DOC typo in TruncatedSVD narrative
...
[ci skip]
2015-05-19 15:27:16 +02:00
Dmitry Spikhalskiy
df59b31dc1
Fix mistake in TruncatedSVD expalation in docs
2015-05-15 05:26:57 -04:00
Ari Rouvinen
85b9ce5afa
DOC Fix NMF inconsistency and broken links
...
In the text X is decomposed into matrices V and H, and in the equation into matrices W and H.
The common literature uses V = WH
http://www.jmlr.org/papers/volume5/hoyer04a/hoyer04a.pdf
http://hebb.mit.edu/people/seung/papers/ls-lponm-99.pdf
2015-03-09 15:19:01 +02:00
gpassino
969e677353
DOC fix kernels documentation inconsistencies
...
Fixes gh-3916, gh-2901.
2014-12-01 11:51:36 +01:00
Kyle Kastner
b2d6a30aeb
IncrementalPCA implementation
2014-09-22 13:12:29 -04:00
Lars Buitinck
88b05ff908
MAINT remove deprecated PCA code
2014-07-22 15:45:35 +02:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
Olivier Grisel
2eb1e98eef
MAINT ensure that examples figures are displayed in the correct order
2014-07-14 15:47:17 +02:00
Lars Buitinck
c176ced74d
DOC double backticks for fixed-width (code) font
...
Fixes #3337 . Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Olivier Grisel
42e9f5d9ad
DOC fix bad formatting in decomposition.rst
2014-06-23 10:57:19 +02:00
Andreas Mueller
67b8601314
Minor fixes in the docs
2014-06-07 16:38:53 +02:00
pestrickland
b8f9835eb3
Removed duplicate word and corrected grammar in decomposition documentation.
2014-03-16 12:21:24 +00:00
Lars Buitinck
91ae7cd2f9
DOC: NMF narrative: describe optimization problem
2013-09-20 12:13:05 +02:00
Alexandre Gramfort
915a58ba64
avoid zip + topic in doc
2013-09-06 08:51:06 +02:00
Alexandre Gramfort
ce4b0411bd
show example in narrative doc
2013-09-05 22:20:38 +02:00
Alexandre Gramfort
691c9e6533
DOC : remove reference to ProbabilisticPCA in doc
2013-09-05 21:36:46 +02:00
dengemann
55a92e7680
FIX: 80 characters
2013-07-30 15:30:07 +02:00
dengemann
b65ab86a04
FIX/ENH: revert changes, improve doc
2013-07-30 15:30:06 +02:00
Lars Buitinck
8d4734144e
DOC minor copyedit to narratives
2013-07-27 18:22:41 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Lars Buitinck
a7e0246624
FIX and link LSA clustering example
2013-06-12 13:39:39 +02:00
Lars Buitinck
cacb14ef0a
ENH add latent semantic analysis/sparse truncated SVD
...
Fixes #1519 .
2013-06-12 13:39:36 +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
Gael Varoquaux
134df7713c
DOC: fix typo
2013-01-20 19:48:11 +01:00
Gael Varoquaux
4ba01b6932
DOC: dict learning with kmeans in narrative doc
2013-01-20 19:48:11 +01:00
Vlad Niculae
94215eb4af
DOC: Fixed wrong link and formatting in decomposition docs
2013-01-11 20:00:46 +00:00
Xinfan Meng
2468cbf336
DOC Change URLs of NNDSVD papers to avoid paywall
2012-11-15 13:23:28 +01:00
Immanuel Bayer
ca8a8eb66a
ENH renaming 'n_atoms' to 'n_components' for consistency
2012-11-04 10:01:13 +00:00
Olivier Grisel
2d4dd8969a
FIX: missing figures in FA narrative doc
2012-10-14 15:30:46 +02:00
Alexandre Gramfort
5129029bd1
update what's new with FactorAnalysis
2012-10-13 19:29:02 +02:00
osdf
345d6fb1e4
Moved paragraph on FA before ICA.
2012-10-13 19:29:02 +02:00
osdf
3d769f5248
Adding some plots for FA. Ordering of articles must be adopted.
2012-10-13 19:29:01 +02:00
osdf
3732ccf4de
Some documentation for FA.
2012-10-13 19:29:01 +02:00
Andreas Mueller
fb7b5b7e76
DOC correct links to face recognition example, take care of trailing underscores.
2012-04-08 15:51:18 +02:00
Jaques Grobler
bd271ab65c
Better doctest time(wip),removed duplicate examples, update plot_ols.py
...
- I wish to replace the old plot_ols.py example with a new one which
uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Fabian Pedregosa
51fd2bb82d
Remove duplicate definition in RST
2011-12-20 08:00:21 -05:00
Vlad Niculae
9c0e7b6844
Add SparseCoder example
2011-12-20 13:54:09 +01:00
Vlad Niculae
a646e9ae1d
Merge branch 'master' of https://github.com/scikit-learn/scikit-learn into sparse-coder
...
Conflicts:
sklearn/linear_model/least_angle.py
2011-12-20 13:37:00 +01:00