Commit Graph

547 Commits

Author SHA1 Message Date
amueller ee125a639d Remove copy and paste errors from nearest neighbors example 2011-04-16 05:44:36 -07:00
Olivier Grisel 7ad9bcde22 DOC: make the face recognition example static (to avoid having to download the dataset to build the doc) 2011-04-11 13:55:52 +02:00
Olivier Grisel 208915f8b7 FIX: stupid statement in plot_face_recognition 2011-04-11 01:32:14 +02:00
Gael varoquaux 09851fcc05 DOC: Fix warnings
Patching the numpy docscraper to avoid the use of 'toctree' that create a
lot of warnings for little good.

Fix warnings throughout the docs.
2011-04-10 22:44:13 +02:00
Gael varoquaux 58299a42cd MISC: separate decomposition examples to new dir 2011-04-10 17:53:15 +02:00
Olivier Grisel a4a2ee3af2 typo 2011-04-09 12:10:06 +02:00
Gael varoquaux 81b4bce82c MISC: Two figures in plot_pca_vs_lda 2011-04-08 23:30:46 +02:00
Fabian Pedregosa 3beac763da Don't hardcode n_jobs. 2011-04-08 12:29:15 +02:00
vene 53c92b036c API: components_ shape fixed in PCA classes 2011-04-05 10:13:50 +03:00
vene a5dbe946ba Merge branch 'master' into decomposition
Conflicts:
	doc/modules/classes.rst
	scikits/learn/decomposition/pca.py
	scikits/learn/decomposition/tests/test_pca.py
2011-04-04 20:03:02 +03:00
Mathieu Blondel 8794bb9a7f Merge branch 'kpca'
Conflicts:
	scikits/learn/pca.py
2011-04-04 23:49:51 +09:00
vene c91de7b08c MISC: pep8ification 2011-04-04 16:42:16 +03:00
vene 1f26c703ca Working decomposition package 2011-04-04 16:14:49 +03:00
vene 87ebf1e183 Merge branch 'master' into decomposition
Conflicts:
	examples/plot_pca_vs_lda.py
2011-04-04 14:44:17 +03:00
vene ea2aa805f4 Decomposition module WIP 2011-04-04 14:31:48 +03:00
Mathieu Blondel 8d4e32ab5a Rename plot_kpca.py to plot_kernel_pca.py. 2011-04-04 17:52:38 +09:00
Mathieu Blondel f577304006 Merge branch 'lda' of https://github.com/bthirion/scikit-learn into lda
Conflicts:
	scikits/learn/lda.py
2011-04-04 15:02:52 +09:00
Mathieu Blondel 5020fbd26f Merge branch 'master' into lda
Conflicts:
	scikits/learn/lda.py
2011-04-04 14:58:49 +09:00
Olivier Grisel 4ecd8e9a25 ENH: factorize some plot code in face recognition example 2011-04-03 19:27:36 +02:00
Gael varoquaux 51fc7ec77c DOC: Better center of images 2011-04-03 14:57:04 +02:00
Gael varoquaux 61afdc9767 MISC: reduce disk consumption when generating docs
In the examples: remove temporary files not useful.

When generating the docs: CD to the directory of the examples, so that
the files are downloaded there.
2011-04-03 13:17:08 +02:00
Olivier Grisel ee416469ff FIX: update the examples to match the new text feature extraction API 2011-04-03 03:58:09 +02:00
Olivier Grisel 7a80e9f614 Merge branch 'nmf-lite' of https://github.com/vene/scikit-learn into vene-nmf-lite 2011-04-03 02:42:50 +02:00
Olivier Grisel bc4a14de0e Merge branch 'master' into vene-nmf-lite 2011-04-03 02:42:39 +02:00
Olivier Grisel cf29b7a98c ENH: do not download LFW when building the documentation by default 2011-04-03 02:26:50 +02:00
vene 9913182aec pep8 in plot_kpca 2011-04-03 02:47:28 +03:00
vene 0b8aa442b1 DOC: Made plots look better. 2011-04-03 02:32:27 +03:00
vene 4628b4f83f DOC: Added both plots to NMF doc, tweaked plots. 2011-04-03 01:23:10 +03:00
vene 8868aaa2fc Merge branch 'master' into nmf-lite 2011-04-03 00:37:18 +03:00
Gael varoquaux 078d3c108e DOC: better docs for Ward 2011-04-02 20:58:27 +02:00
Olivier Grisel 4073e15edd ENH: plot eigencefaces in face recognition example 2011-04-02 17:58:45 +02:00
vene dcd1975584 Transposed shape of components_ attribute 2011-04-02 18:52:43 +03:00
Gael varoquaux 1e5ae890e1 BUG: fix multiple figure plotting 2011-04-02 16:52:41 +02:00
Olivier Grisel 4b6195bd48 Merge branch 'nmf-lite' of https://github.com/vene/scikit-learn into vene-nmf-lite 2011-04-02 15:13:19 +02:00
Alexandre Gramfort 0e0b9171e8 pretifying nmf plot 2011-04-01 17:18:27 -04:00
vene 0decf0206c pep8 on test_nmf 2011-04-01 22:17:34 +03:00
vene e290c85567 Fixed comments in NMF example 2011-04-01 22:10:40 +03:00
vene 2b5d9bafdf pep8 fixes 2011-04-01 22:04:15 +03:00
vene 54283ad775 Applied suggestions; updated bench and example 2011-04-01 21:16:42 +03:00
Alexandre Gramfort 632364c3ba cosmits with trailing spaces 2011-04-01 12:36:49 -04:00
Alexandre Gramfort bacbe9611d Merge branch 'hcluster2'
Conflicts:
	scikits/learn/datasets/samples_generator.py
	scikits/learn/grid_search.py
2011-04-01 12:27:16 -04:00
bthirion 4c03d21693 tiny updates on lda (checks, numerical stability) 2011-04-01 16:29:49 +02:00
vene 28997f1e9c Tweaked plot aspect ratio 2011-04-01 15:47:31 +03:00
vene a998e62e86 NMF example on faces dataset 2011-04-01 14:07:33 +03:00
bthirion 3c9113d0b2 always use scikits ward algo when no structure is provided 2011-04-01 12:18:29 +02:00
Mathieu Blondel ac8bf20e38 Add kernel PCA example. 2011-04-01 18:50:07 +09:00
Fabian Pedregosa e1ecda69b0 ENH: better doc and tests for unbalanced svm's 2011-03-31 12:01:57 +02:00
Mathieu Blondel 66483cf2c0 Use np.vander. 2011-03-30 14:58:38 +09:00
Gael varoquaux ec96240c71 DOC: improve PLS docs and example 2011-03-25 00:27:18 +01:00
Mathieu Blondel b7c9201f6b Add polynomial interpolation example. 2011-03-24 16:04:40 +09:00