Commit Graph

272 Commits

Author SHA1 Message Date
vene 0de2082868 FIX: doctest 2011-04-13 15:50:57 +03: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 cbea7c6c86 DOC: more warning fixes for the classes reference toc 2011-04-11 00:55:12 +02:00
Gael varoquaux b48532ccce DOC: link fixes in kernel PCA 2011-04-11 00:15:08 +02:00
Gael varoquaux cdfaa9825e DOC: fix indentation 2011-04-11 00:12:49 +02:00
Gael varoquaux 850644fcdf DOC: module entries in reference documentation
Amongst other things, this is useful for linking to these modules.
2011-04-11 00:10:26 +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
Olivier Grisel d180f8b866 DOC: cosmit 2011-04-10 18:16:20 +02:00
Gael varoquaux 58299a42cd MISC: separate decomposition examples to new dir 2011-04-10 17:53:15 +02:00
Gael varoquaux dc6f382327 DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
Gael varoquaux b96f0279a2 DOC: move KMeans to top of clustering
KMeans is the clustering algorithm that scales best, and is probably the
most widely used method. It should appear before other methods.
2011-04-10 13:38:12 +02:00
vene c2f1557f0f Merge branch 'master' into decomposition 2011-04-07 16:45:44 +03:00
vene cd01f48f1d Renamed fastica.py to fastica_.py 2011-04-07 16:44:02 +03:00
Peter Prettenhofer 5062f4135c fixed failed doctest. SVR parameter `p` renamed to `epsilon`. 2011-04-07 14:51:14 +02:00
vene c39a017448 FIX: KernelPCA plot in doc 2011-04-04 22:57:25 +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
Olivier Grisel 13bf29b5d2 FIX: broken link to plot_kernel_pca kernel in the documentation 2011-04-04 17:14:49 +02:00
Mathieu Blondel 8794bb9a7f Merge branch 'kpca'
Conflicts:
	scikits/learn/pca.py
2011-04-04 23:49:51 +09: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
Olivier Grisel 647bce2f29 FIX: decrease disk usage in LFW data folder
Tests and example on the full dataset always use the same parameters
while keeping parameter variability in the tests on the generated test
dataset.
2011-04-03 16:11:23 +02:00
Olivier Grisel b5e6d4afe3 FIX: forgot to update the documentation after the feature_extraction.text refactoring 2011-04-03 15:41:40 +02:00
Gael varoquaux 51fc7ec77c DOC: Better center of images 2011-04-03 14:57:04 +02:00
Gael varoquaux 98d59ec977 COSMIT: make the layout a bit cleaner in NMF docs 2011-04-03 13:32:22 +02: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
Gael varoquaux 30f3742dee DOC: update rst docs to use multiple figures 2011-04-02 20:58:27 +02:00
vene 9f8238710f Documented NNDSVD. Fixed ar perturbation range. 2011-04-02 17:16:29 +03:00
vene 4b27ddd46b Clarification of example in NMF doc 2011-04-02 15:59:47 +03:00
vene e3ea050579 Fixed relative URI in NMF doc refs 2011-04-02 15:57:07 +03:00
vene d0f69c2a58 Updated documentation with references 2011-04-02 15:51:03 +03:00
vene 9013e2844a Added NMF to classes.rst 2011-04-02 11:31:09 +03:00
vene 2f12774709 Documentation. Discussed fixes. Set default to ar. 2011-04-02 01:36:48 +03:00
Julien Miotte 1ff16f53dd Since we changed the name of the figure names, changing the rst files.
In a previous commit, I changed the way the figures files where
generated. Each figure file is now similar to plot_example_<n>.png,
where n is the number of the figure. Therefore, even if there is only
one figure generated, the name of the file will be plot_example_1.png.
2011-04-01 18:59:56 +02: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
Mathieu Blondel cceac317e8 Add KernelPCA documentation. 2011-04-01 19:46:29 +09:00
Fabian Pedregosa e1ecda69b0 ENH: better doc and tests for unbalanced svm's 2011-03-31 12:01:57 +02:00
Fabian Pedregosa 4699607491 DOC: some documentation for naive_bayes module. 2011-03-30 14:46:45 +02:00
Gael varoquaux ec96240c71 DOC: improve PLS docs and example 2011-03-25 00:27:18 +01:00
Fabian Pedregosa dded226da9 DOC: clearer doc for BallTree. 2011-03-23 15:55:40 +01:00
Peter Prettenhofer bf4268d3df SGD: documentation for sample weights and class weights.
Some polishing of the SGD documentation.
2011-03-21 20:11:45 +01:00
Peter Prettenhofer 3e9a383af6 Merge branch 'master' into sgdsampleweight 2011-03-21 08:04:44 +01:00
Olivier Grisel 637c70038c renamed load_* to fetch_* when network connection is potentially involved 2011-03-19 18:39:45 +01:00
Olivier Grisel f2fcd5ca5f FIX: the datasets doctest fixture could never skip the tests when required 2011-03-19 17:21:35 +01:00
Peter Prettenhofer bc16f01e24 Additional tests for sample weights.
Fixed some typos in doc strings.
Changed signature of coef_ for SGDClassifier; now adheres to svm convention that coef_ is shape [1, n_features] in the case of binary classification.
2011-03-15 20:50:44 +01:00
Yaroslav Halchenko 2422ed9ef3 DOC: minor spellings and formatting (trailing spaces, consistent spacing etc) 2011-03-12 14:53:14 -05:00
Gael varoquaux d94119c7fe DOC: Minor fixes to documentation 2011-03-09 22:58:53 +01:00
Edouard Duchesnay 769155d9d1 resolve conflict 2011-03-09 15:10:57 +01:00