Commit Graph

848 Commits

Author SHA1 Message Date
Lars Buitinck 3d12a744a6 DOC merge sparse and dense SVMs, part 4 2012-01-27 17:41:25 +01:00
Mathieu Blondel 362852add6 Better default threshold for L1-regularized models. 2012-01-25 18:34:41 +09:00
Mathieu Blondel 77d83b61f9 Remove CoefSelectTransformerMixin and use SelectorMixin instead.
This fixes issue #518.
2012-01-25 18:04:27 +09:00
Andreas Mueller 9a31dacad0 Merge pull request #571 from amueller/tree_indices
MRG Out of bag model selection for ensemble classifiers
2012-01-20 10:39:15 -08:00
Andreas Mueller cc567ee3c8 DOC what's new, minor doc improvements 2012-01-20 19:39:35 +01:00
Mathieu Blondel 11f4c071fb Fix doctest. 2012-01-20 12:21:23 +09:00
Andreas Mueller cb272e152e DOC reformulation out of bag error 2012-01-18 19:54:10 +01:00
Andreas Mueller 1afd7cc235 DOC Out of bag error estimates in grid_search module 2012-01-18 19:33:42 +01:00
Lars Buitinck a713982493 Merge pull request #561 from larsmans/merge-linearsvcs
MRG: Merge sparse/dense LinearSVC and LogisticRegression classes
2012-01-17 05:02:16 -08:00
Lars Buitinck db2b55693b BUG fix SGD doctest 2012-01-17 14:07:36 +01:00
Lars Buitinck d5f02dae3d Merge branch 'master' into merge-linearsvcs
Conflicts:
	examples/document_classification_20newsgroups.py
2012-01-17 09:21:33 +01:00
Mathieu Blondel 85032d463a Merge branch 'sgd_partial_fit' 2012-01-17 15:20:07 +09:00
Lars Buitinck 0b0bcfc311 ENH merge dense/sparse LinearSVC, part 4: deprecate sparse.LogisticRegression 2012-01-16 21:34:55 +01:00
Lars Buitinck 9b0fbab0d1 ENH merge dense/sparse LinearSVC, part 3: deprecate sparse.LinearSVC 2012-01-16 18:27:14 +01:00
Andreas Mueller 915cf0cf6b DOC multi-class narrative: added links to the references, made citation clickable 2012-01-16 18:00:36 +01:00
Andreas Mueller 207cc74659 DOC fixes in Multiclass docs. Didn't show correctly on web. 2012-01-16 17:48:34 +01:00
Andreas Mueller 9438f99bff DOC added RidgeClassifier to References 2012-01-16 17:47:48 +01:00
GaelVaroquaux 1917b0b8e9 DOC: prettify ensemble docs 2012-01-16 10:12:51 +01:00
GaelVaroquaux bf6c7a4012 DOC: avoid line return
For some settings of browser font size, the two images were too large and
causing a line return
2012-01-15 21:10:05 +01:00
GaelVaroquaux c978177d3f DOC: layout 2012-01-15 16:09:26 +01:00
GaelVaroquaux 810e7c0ddd DOC: fix image 2012-01-15 14:17:07 +01:00
emmanuelle e957a759d4 Reference to tomography example in narrative doc 2012-01-15 10:43:13 +01:00
Mathieu Blondel fb04a33784 Update doc. 2012-01-14 22:43:31 +09:00
Andreas Mueller 7ba791d168 DOC Trying to enhance the tree/forest docs. Headlines in tree, added reference, hopefully better description of 'min_density'. 2012-01-14 12:32:12 +01:00
Andreas Mueller 7912b65dc6 DOC: OCD and added image loader to class reference 2012-01-14 11:33:44 +01:00
Meng Xinfan 477bcf0386 fix an error in naive bayes docs 2012-01-12 15:24:47 +08:00
Lars Buitinck b6f98fe02e remove deprecated Neighbors{Classifier,Regressor} 2012-01-11 17:25:37 +01:00
Fabian Pedregosa f371edd901 DOC: some documentation fixes. 2012-01-11 14:08:53 +01:00
Olivier Grisel a04d7018b1 FIX: broken link in SVM doc 2012-01-08 23:45:18 +01:00
Peter Prettenhofer 954b3900fa remove reference to obsolete `sparse_coef_` parameter. 2012-01-08 18:36:28 +01:00
Andreas Mueller d42497361f DOC added reference for sparsity of ARD 2012-01-07 18:11:30 +01:00
Andreas Mueller a42c94f850 COSMIT typo, thanks @vmichel for pointing it out. 2012-01-07 18:11:30 +01:00
Andreas Mueller bf8cc20cd5 DOC mentioning sparsity of ARD, reblocking text 2012-01-07 18:11:30 +01:00
Andreas Mueller bbf65fcc87 DOC Reworking Bayesian regression documentation 2012-01-07 18:11:30 +01:00
Tiziano Zito c2169fa1e3 FIX broken links to Rubinstein's K-SVD paper. 2012-01-05 11:22:26 +01:00
Olivier Grisel 5443e19a9a FIX: heisen doctest 2012-01-04 00:59:34 +01:00
Gilles Louppe 4cc04d07fc FIX: max_features=None by default on single DT 2012-01-03 11:15:08 +01:00
Gilles Louppe 4946c627c9 DOC: fix broken doctest 2012-01-03 11:09:50 +01:00
Gilles Louppe 885a43ad51 DOC: typo 2012-01-03 10:47:11 +01:00
Gilles Louppe 00102c12f2 DOC: Added warning to default values 2012-01-03 10:44:04 +01:00
Gilles Louppe b92ad6265d DOC: Review of the narrative doc wrt max_features 2012-01-03 10:28:09 +01:00
Andreas Mueller 4b60c026ce Merge pull request #513 from amueller/doc_underscores_for_real
Fixing RST errors in the documentation and trying to make docs a little more consistent.
2011-12-31 05:46:43 -08:00
Gilles Louppe 13a1114baf Merge remote-tracking branch 'upstream/master' into parallel-forest
Conflicts:
	doc/whats_new.rst
2011-12-30 17:09:32 +01:00
Gilles Louppe e0c3eb3d05 DOC: Parallel computations in forest 2011-12-30 15:04:24 +01:00
Olivier Grisel 0e646ef4b2 ENH: make ShuffleSplit able to subsample the data 2011-12-30 10:43:27 +01:00
Gael varoquaux e692a3277a TST: fix touchy doctest 2011-12-29 20:35:04 +01:00
Gael varoquaux 8361178504 TST: fix doctest 2011-12-29 20:25:29 +01:00
Gael varoquaux fdb98a0971 DOC: improve univariate feature selection docs 2011-12-29 20:21:12 +01:00
Gael varoquaux aaf9435959 DOC: add links to examples. 2011-12-29 20:21:12 +01:00
Gael varoquaux f967f7ef24 DOC: doctest bug 2011-12-29 20:21:12 +01:00