Commit Graph

377 Commits

Author SHA1 Message Date
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
Olivier Grisel c26f65a740 DOC: section on feature binarization 2011-06-04 15:55:16 +02:00
Olivier Grisel 4391c99a49 DOC: section on normalization 2011-06-04 15:02:52 +02:00
Olivier Grisel 04c9dfa943 reorg TODO and notes 2011-06-04 14:23:24 +02:00
Olivier Grisel 4279e16649 typo 2011-06-04 14:12:56 +02:00
Olivier Grisel 1299ffb7ac started work on the narrative documentation for the preprocessing package 2011-06-04 13:57:03 +02:00
Olivier Grisel bc1e46925c register the preprocessing utilities to the reference documentation 2011-06-04 04:22:11 +02:00
Lars Buitinck 3522d79dee some documentation for BernoulliNB 2011-06-01 22:09:54 +02:00
Olivier Grisel 9926845c3f FIX: broken doctest in the documentation caused by the last fix 2011-06-01 10:19:31 +02:00
Fabian Pedregosa b4c39cfbb1 DOC: remove obsolete information in neighbors.rst 2011-05-31 11:08:41 +02:00
Olivier Grisel ca3e787343 ENH: split figures for better reusability and readability 2011-05-31 10:52:53 +02:00
Olivier Grisel 3dcfe3cdd4 merge master 2011-05-31 00:13:36 +02:00
Olivier Grisel ab29811583 merge 2011-05-31 00:12:12 +02:00
Lars Buitinck aa84b2d13d Merge branch 'mldata' of https://github.com/pberkes/scikit-learn into pberkes-mldata 2011-05-30 11:08:21 +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
Olivier Grisel 325bcfd749 ENH: avoid double HDD copy of mocked datasets + style 2011-05-27 15:01:29 -04:00
Olivier Grisel 947b1b6875 ENH: more readable datasets definitions 2011-05-27 11:23:00 -07:00
Peter Prettenhofer ee146547cd bugfix: bad Scaler example. 2011-05-27 17:11:19 +02:00
Pietro Berkes 6e46e2fdeb DOC: small fix in datasets.rst docs 2011-05-27 11:03:50 -04:00
Pietro Berkes 7602e4f51d FIX: Doctests use mock mldata.org and do not download 2011-05-26 12:01:24 -04: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
Pietro Berkes b4fab7335b DOC: documentation for fetch_mldata 2011-05-25 11:18:12 -04:00
Lars Buitinck 943439d4b0 rename MultinomialNB params, rename GNB GaussianNB 2011-05-23 16:21:44 +02:00
Lars Buitinck 4e928ae106 naive bayes: safe_sparse_dot, doc and docstring updates 2011-05-23 14:33:00 +02:00
Lars Buitinck 6f4021cef9 fix naive bayes docs and example + credit mblondel + vanity 2011-05-22 20:22:08 +02:00
Olivier Grisel 040938e63b Merge branch 'bootstrap' 2011-05-22 10:27:39 +02:00
Olivier Grisel a61093e77b Merge branch 'balltree-wrapper' of https://github.com/jakevdp/scikit-learn into jakevdp-balltree-wrapper 2011-05-22 01:15:59 +02:00
Olivier Grisel 47f4a12f8b DOC: new section for the Bootstrap cross-validation 2011-05-21 23:27:56 +02:00
Olivier Grisel 549d18d207 add bootstrap to reference doc 2011-05-21 22:50:49 +02:00