Commit Graph

84 Commits

Author SHA1 Message Date
Gael varoquaux 69a5453b0d DOC: Add l1_distances to classes.rst 2011-07-15 20:36:25 +02:00
Gael varoquaux 02192960f5 DOC on sparse_pca 2011-07-15 20:33:48 +02:00
vene 8838d03385 Merge branch 'master' into sparsepca 2011-07-14 20:52:02 +03:00
Alexandre Gramfort f15de34118 DOC: adding radius_neighbors_graph to doc 2011-07-07 18:34:43 +02:00
vene ecacbeabd3 DOC: foundations, prettified example 2011-06-25 16:16:14 +02:00
Gael varoquaux 60b2597ea9 ENH: Add a ShuffleSplit cross-validation iterator 2011-06-18 14:30:20 +02:00
Lars Buitinck c92d52cf9e Glitches in BernoulliNB and DiscreteNB (mostly docs)
No link for reference to Manning et al. since nlp.stanford.edu seems
to be down. Should add this later.
2011-06-12 21:50:04 +02:00
Mathieu Blondel d53e3f996e Add hinge_loss to metrics. 2011-06-06 23:00:21 +09:00
Olivier Grisel ef38ea78c6 factorize the binarize function + write documentation 2011-06-04 16:14:01 +02:00
Olivier Grisel bc1e46925c register the preprocessing utilities to the reference documentation 2011-06-04 04:22:11 +02:00
Fabian Pedregosa a40922a87d Merge pull request #153 from fabianp/manifold
Initial implementation of Locally Linear Embedding.
2011-05-30 01:54:10 -07:00
Lars Buitinck fa8ae78dd6 rm references to naive_bayes.sparse in docs
The module has been merged into naive_bayes.
2011-05-25 23:59:56 +02:00
Lars Buitinck d7e64beb01 Merge pull request #184 from larsmans/amitibo-naive-bayes
Multinomial Naive Bayes + rename GNB to GaussianNB
2011-05-25 11:12:13 -07:00
Lars Buitinck 943439d4b0 rename MultinomialNB params, rename GNB GaussianNB 2011-05-23 16:21:44 +02:00
Olivier Grisel 549d18d207 add bootstrap to reference doc 2011-05-21 22:50:49 +02:00
Olivier Grisel 7cbc276a9e FIX: n_samples bug in shuffle, 100% coverage in utils, missing reference doc entries 2011-05-21 14:46:16 +02:00
Lars Buitinck bf23ccd8d9 Merge branch 'master' of https://github.com/amitibo/scikit-learn into amitibo-naive-bayes
Conflicts:
	scikits/learn/tests/test_naive_bayes.py
2011-05-20 13:29:51 +02:00
Fabian Pedregosa e219a7cd39 Merge branch 'master' of github.com:scikit-learn/scikit-learn into manifold 2011-05-20 09:34:11 +02:00
Gael varoquaux cd9e727492 DOC: cosmit in MiniBatchKMeans docs 2011-05-17 22:57:11 +02:00
Olivier Grisel a79579e01c Merge branch 'master' into clustering-metrics 2011-05-17 08:42:59 +02:00
Mathieu Blondel e38ee6897b Add sparse.LogisticRegression to class reference. 2011-05-16 02:56:59 +09:00
Olivier Grisel 5b593ca55c ENH: better organization of metrics references 2011-05-15 17:29:21 +02:00
Olivier Grisel 6161e9a17c ENH: add links to the reference guide 2011-05-15 15:36:12 +02:00
Gael varoquaux 7af1c770c8 DOC: Fix links in covariance 2011-05-15 00:03:55 +02:00
Amit Aides 3dd1d00532 naive bayes name change MNNB->MultinomialNB 2011-05-11 19:20:43 +03:00
Amit Aides 595bf835c2 Merge remote branch 'upstream/master'
Conflicts:
	scikits/learn/naive_bayes.py
2011-05-11 17:27:37 +03:00
Fabian Pedregosa d671948c1c Changelog 2011-05-10 14:17:15 +02:00
Fabian Pedregosa 642ddc1524 Initial implementation of Locally Linear Embedding. 2011-05-04 11:35:16 +02:00
Fabian Pedregosa a0480793d3 DOC: add low-level methods from libsvm. 2011-04-27 15:21:12 +02:00
Fabian Pedregosa f3f7b47e98 Cosmetic changes in covariance. 2011-04-27 09:54:36 +02:00
Fabian Pedregosa bf6123302e DOC: fix links to l1_min_c 2011-04-26 10:30: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 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
Gael varoquaux dc6f382327 DOC: Less warnings during build 2011-04-10 13:59:29 +02:00
vene cd01f48f1d Renamed fastica.py to fastica_.py 2011-04-07 16:44:02 +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 ea2aa805f4 Decomposition module WIP 2011-04-04 14:31:48 +03:00
Olivier Grisel bc4a14de0e Merge branch 'master' into vene-nmf-lite 2011-04-03 02:42:39 +02:00
Gael varoquaux 078d3c108e DOC: better docs for Ward 2011-04-02 20:58:27 +02:00
vene 9013e2844a Added NMF to classes.rst 2011-04-02 11:31:09 +03:00
Mathieu Blondel cceac317e8 Add KernelPCA documentation. 2011-04-01 19:46:29 +09:00
Amit Aides 833695a2a6 Added Multinomial Naive Bayes classifier 2011-03-21 23:07:23 +02:00
Yaroslav Halchenko 2422ed9ef3 DOC: minor spellings and formatting (trailing spaces, consistent spacing etc) 2011-03-12 14:53:14 -05:00
Edouard Duchesnay 769155d9d1 resolve conflict 2011-03-09 15:10:57 +01:00
Edouard Duchesnay 4d31f558b2 Merge branch 'master' of github.com:scikit-learn/scikit-learn
Conflicts:
	doc/modules/classes.rst
	scikits/learn/datasets/__init__.py
	scikits/learn/datasets/base.py
2011-03-09 14:18:27 +01:00
Fabian Pedregosa 8d8e02076d Add metrics to the doc. 2011-02-28 18:20:11 +01:00
Fabian Pedregosa a084f38160 Changelog for 0.7 2011-02-28 15:12:32 +01:00
Olivier Grisel 5c7ea36411 remove function autodoc section that breaks sphinx 2011-02-27 11:52:10 +01:00