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
Andreas Mueller
aac994badd
FIX minor docfixes
2011-12-20 13:22:40 +01:00
Vlad Niculae
5ef4a4d58e
Merge branch 'master' into sparse-coder
2011-12-19 18:54:14 +01:00
Gilles Louppe
a8c5a5a672
DOC: Fixed broken links
2011-12-19 16:24:38 +01:00
Andreas Mueller
08df0d5e4d
FIX RST references
2011-12-19 11:40:41 +01:00
Andreas Mueller
74251b9657
COSMIT rst formatting
2011-12-19 10:22:44 +01:00
Vlad Niculae
7fba5f5b89
Fixed doc links
2011-12-07 21:15:42 +02:00
Vlad Niculae
fced53088c
initial work on docs
2011-12-07 20:31:06 +02:00
Gilles Louppe
ea7d943bdd
DOC: "the scikit-learn" -> "scikit-learn"
2011-11-29 18:32:05 +01:00
vene
639fcfbe69
Reordered dictionary learning docs
2011-09-19 13:31:36 +03:00
vene
77a0ec3878
s/img_denoising/image_denoising
2011-09-19 12:43:51 +03:00
vene
b03dfa0415
Fixed image display in docs
2011-09-19 02:57:23 +03:00
vene
1a6f017514
added dict learning face decomposition to docs
2011-09-17 20:24:55 +03:00
vene
9c54b20b96
Reordered dictionary learning docs
2011-09-17 19:50:14 +03:00
vene
167f34080e
renamed MiniBatchDictionaryLearning
2011-09-17 18:55:16 +03:00
vene
f2a8df877c
Added missing dashes in doc
2011-09-12 19:45:12 +03:00
vene
40eb1010d2
Merge branch 'master' into sc
...
Conflicts:
doc/modules/linear_model.rst
scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03: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
Olivier Grisel
74dd2d8f6a
ENH: new example: NMF topic extraction on 20 newsgroups
2011-08-28 15:23:05 +02:00
vene
baa758de05
Updated the narrative doc
2011-08-24 19:18:00 +02:00
vene
02b8860fc9
Renamed the example, bounded the difference range
2011-08-24 00:15:23 +02:00
vene
32bbe8b635
completely removed the duplicated example
2011-08-23 21:43:28 +02:00
vene
ee5bfb03f6
DOC: improved dict learning narratives some more
2011-08-23 12:41:41 +02:00
vene
a6912a7be4
DOC: fixed link to decomposition example
2011-08-23 11:48:35 +02:00
vene
34c3fccaa5
corrected reference to omp
2011-08-23 11:12:20 +02:00
vene
8af062f64f
DOC: clarified and enhanced dictionary learning narratives
2011-08-23 10:47:42 +02:00
vene
d68ebfd6e1
Merge branch 'master' into sc
...
Conflicts:
scikits/learn/decomposition/__init__.py
scikits/learn/decomposition/sparse_pca.py
scikits/learn/decomposition/tests/test_sparse_pca.py
2011-08-12 14:00:41 +03:00
Gael varoquaux
65a2d4a46d
COSMIT: doc and examples in decomposition
2011-08-12 08:30:29 +02:00
Olivier Grisel
3ee301f3f8
DOC: group SparsePCA and MiniBatchSparsePCA chapter to reduce redundancy
2011-08-12 07:48:03 +02:00
Olivier Grisel
05b3664680
cosmit
2011-08-12 07:48:02 +02:00
Olivier Grisel
1eaff73962
DOC: make the decomposition doc more consistent with running faces example
2011-08-12 07:48:02 +02:00
vene
1103a79bc0
DOC: fixes and updates
2011-08-12 07:48:02 +02:00
vene
91eb864098
DOC: updated narrative docs for MiniBatchSparsePCA and example
2011-08-12 07:48:02 +02:00
vene
126e09f374
pep8 in doc
2011-08-10 14:02:07 +03:00
vene
a7fc975186
Merge branch 'master' into sc
...
Conflicts:
doc/modules/decomposition.rst
scikits/learn/decomposition/__init__.py
scikits/learn/decomposition/tests/test_sparse_pca.py
2011-07-20 20:43:26 +03:00
vene
1e56a3ca6f
ENH: predictable ordering in example, included kmeans
2011-07-16 18:30:54 +03:00
vene
8f2dfea032
FIX: example image order is consistent (for now)
2011-07-16 17:37:46 +03:00
vene
43ab08abed
FIX: messed up images in narrative doc
2011-07-16 17:22:37 +03:00
vene
30f2fab117
One big decomposition example
2011-07-16 15:07:20 +03:00