Commit Graph

406 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
Gael varoquaux dba41e4bbc DOC: sparse_pca: put maths at the end 2011-07-15 20:17:40 +02:00
David Warde-Farley 68634c23bb atoms -> components for clarity 2011-07-15 11:07:39 -05:00
David Warde-Farley 2ff6954dee Prefix explanation of sparse PCA formulation with 'Note that' 2011-07-15 11:05:03 -05:00
David Warde-Farley a0aa0b2dd5 Remove 'structured sparsity not implemented' comment 2011-07-15 11:04:06 -05:00
David Warde-Farley a9bd3eb4e9 Misc rephrasings of sparse PCA docs. 2011-07-15 11:03:07 -05:00
David Warde-Farley 0219e66533 Rephrase motivation for Sparse PCA 2011-07-15 11:01:53 -05:00
vene 8838d03385 Merge branch 'master' into sparsepca 2011-07-14 20:52:02 +03:00
vene 19ccdb35f5 DOC: more sparse pca narrative documentation 2011-07-14 01:04:26 +03:00
Alexandre Gramfort 38e107136c Merge pull request #230 from agramfort/radius_neighbors_graph
radius_neighbors_graph
2011-07-12 05:28:15 -07:00
Fabian Pedregosa 273c214849 Some documentation for hmm module, and a warning. 2011-07-12 11:31:57 +02:00
vene 6fa3a6bd9a Merge branch 'master' into sparsepca 2011-07-08 14:42:12 +03:00
Fabian Pedregosa 05f54c2cda DOC: new example for Ridge + more rst docs 2011-07-08 11:27:50 +02:00
Alexandre Gramfort f15de34118 DOC: adding radius_neighbors_graph to doc 2011-07-07 18:34:43 +02:00
Fabian Pedregosa fcb45b07d2 FIX doc linear_model.rst 2011-07-07 15:44:55 +02:00
Fabian Pedregosa 37d493937a cosmetic linear_model.rst 2011-07-07 15:43:06 +02:00
Fabian Pedregosa a8c3e617c1 Layout & consistency fixes linear models documentation. 2011-07-07 15:40:25 +02:00
Fabian Pedregosa 7875faab3f FIX: doctest Ridge. 2011-07-07 11:08:22 +02:00
Lars Buitinck 3096b68f86 DOC: Expand and copyedit naive Bayes docs 2011-07-05 14:50:07 +02:00
vene 4804f5ed31 Merge branch 'master' into sparsepca 2011-06-28 10:44:38 +03:00
Lars Buitinck 302d33ff3a Some doc copyediting 2011-06-27 11:22:08 +02:00
Lars Buitinck e0a9008f6e Copyedit SparsePCA docs 2011-06-26 21:16:54 +03:00
vene e437e98072 s/nonzero/non-zero 2011-06-25 16:16:15 +02:00
vene f3de9b3866 Doc enhancement, added alpha in transform 2011-06-25 16:16:14 +02:00
vene ecacbeabd3 DOC: foundations, prettified example 2011-06-25 16:16:14 +02:00
Lars Buitinck bd26fd8212 Better document scipy.sparse support in neighbors module 2011-06-24 18:02:51 +02:00
Lars Buitinck 0fe40e4225 Document sparsity in k-NN
Also simplify imports in the code
2011-06-22 15:24:10 +02:00
Fabian Pedregosa cfc0deed8f DOC: add reference to FastICA from the ICA docs. 2011-06-21 12:37:02 +02:00
Gael varoquaux 2c1c88b6e7 BUG: change alpha scaling in LassoLARS 2011-06-18 19:12:30 +02:00
Alexis Metaireau cb43d6505e Merge branch 'master' of https://github.com/scikit-learn/scikit-learn 2011-06-18 15:04:31 +02:00
Alexis Metaireau c312618bdd fix a typo in neighbors docs 2011-06-18 14:59:41 +02:00
Gael varoquaux 60b2597ea9 ENH: Add a ShuffleSplit cross-validation iterator 2011-06-18 14:30:20 +02:00
Gael varoquaux 6f8bd76ced ENH: LARS: fit_params -> class params 2011-06-18 10:16:48 +02:00
Gael varoquaux d4982ef199 ENH: Lasso and LassoCV: fit params -> class params 2011-06-18 09:21:27 +02:00
Olivier Grisel 159bcb1dc4 FIX: make the dataset doctest fixture modular 2011-06-15 00:55:35 +02:00
Mathieu Blondel a7c75a2762 Merge branch 'master' into svmlight_format
Conflicts:
	doc/modules/datasets.rst
2011-06-14 17:51:52 +09:00
Olivier Grisel 535e910384 DOC: reorg of dataset page to make it more consistent 2011-06-14 10:25:49 +02:00
Olivier Grisel 26cf261015 Merge branch 'master' into pberkes-mldata 2011-06-14 09:57:08 +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
Lars Buitinck 5ab1feee4b Update BernoulliNB docs 2011-06-11 19:52:12 +02:00
Mathieu Blondel 2b379fe297 Narrative documentation. 2011-06-11 03:15:54 +09:00
Lars Buitinck f035f4e85c Merge branch 'master' into bernoulli-naive-bayes
Conflicts:
	scikits/learn/naive_bayes.py
2011-06-10 12:25:09 +02:00
Mathieu Blondel d53e3f996e Add hinge_loss to metrics. 2011-06-06 23:00:21 +09:00
Mathieu Blondel fb5d7233f4 Typo. 2011-06-06 21:28:10 +09:00
Lars Buitinck dd00031c57 Copyedit preprocessing docs 2011-06-06 13:37:40 +02:00
Mathieu Blondel 575c0fef20 Merge pull request #193 from ogrisel/preprocessing-simplification
Preprocessing simplification
2011-06-06 02:52:27 -07:00
Fabian Pedregosa 08f749e810 DOC: fix errors in manifold doc + style tweaks. 2011-06-06 11:44:38 +02:00
Olivier Grisel 91de2addb8 format 2011-06-04 16:15:08 +02:00
Olivier Grisel ef38ea78c6 factorize the binarize function + write documentation 2011-06-04 16:14:01 +02:00