Lars Buitinck
|
98c666c642
|
DOC feature selection by scores instead of p-values
|
2012-10-08 10:54:06 +02:00 |
Lars Buitinck
|
b4aa0cbca1
|
DOC RFE docstring + link RFECV in narrative docs
|
2012-09-17 20:16:38 +02:00 |
Vlad Niculae
|
3885dd8ac3
|
FIX: doctests for scale_C, took some liberties
|
2012-05-05 21:57:05 +02:00 |
Alexandre Gramfort
|
f0dc6116ad
|
API: set scale_C to True by default in libsvm/liblinear models
|
2012-02-11 14:42:47 +01:00 |
Andreas Mueller
|
2588a3cd06
|
DOC more fixes in Docs
|
2012-01-31 21:55:31 +01:00 |
GaelVaroquaux
|
a882bedcc3
|
MISC: address @ogrisel and @mblondel's comments
|
2012-01-31 18:11:05 +01:00 |
GaelVaroquaux
|
db1a2122f3
|
DOC: example and docs for randomized-lasso
|
2012-01-31 18:10:43 +01:00 |
GaelVaroquaux
|
6ada8de597
|
DOC: cross-reference linear_model and randomized_lasso
|
2012-01-31 18:10:43 +01:00 |
GaelVaroquaux
|
c33756bd37
|
DOC: beautify feature_selection docs
|
2012-01-31 18:10:43 +01:00 |
GaelVaroquaux
|
95e5350b3f
|
DOC: Improve feature selection docs
|
2012-01-31 18:10:42 +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 |
Olivier Grisel
|
5443e19a9a
|
FIX: heisen doctest
|
2012-01-04 00:59:34 +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 |
Gilles Louppe
|
b0d2771e85
|
ENH: address @ogrisel comments
|
2011-12-28 17:48:54 +01:00 |
Gilles Louppe
|
951dffe278
|
DOC: Tree-based feature selection
|
2011-12-28 15:54:24 +01:00 |
Mathieu Blondel
|
39c24bb0ee
|
Use l1 penalty.
|
2011-09-06 19:17:31 +09:00 |
Mathieu Blondel
|
b93cde81bd
|
Documenting a secret feature and fixing bugs in the process.
|
2011-09-06 19:12:00 +09:00 |
Gilles Louppe
|
19a4bf9b2f
|
Added RFE into the narrative documentation
|
2011-09-04 15:59:50 +02:00 |
Fabian Pedregosa
|
ddf4b72109
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
Fabian Pedregosa
|
68f27e3790
|
Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
|
2011-09-02 12:03:18 +02:00 |
Fabian Pedregosa
|
fd0d3b879d
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 11:38:24 +02:00 |
Gael varoquaux
|
eebe5759d8
|
DOC: stress that only chi2 works with sparse
|
2011-07-23 00:38:22 +02:00 |
Lars Buitinck
|
130b84d724
|
Rename f_chi2 to chi2
|
2011-07-23 00:30:21 +02:00 |
Lars Buitinck
|
cee1e1be41
|
document Chi2 feature selection
Also add some general notes about feat. sel.
|
2011-07-23 00:30:21 +02:00 |
Yaroslav Halchenko
|
2422ed9ef3
|
DOC: minor spellings and formatting (trailing spaces, consistent spacing etc)
|
2011-03-12 14:53:14 -05:00 |
Gael varoquaux
|
482baccf11
|
DOC: Cosmit in docs
|
2010-11-27 11:12:26 +01:00 |
Fabian Pedregosa
|
04b05b7314
|
Update changelog.
|
2010-10-06 11:45:01 +02:00 |
Fabian Pedregosa
|
27de186943
|
DOC: better link that literalinclude.
|
2010-10-06 11:16:53 +02:00 |
Alexandre Gramfort
|
337c87fdad
|
DOC: updating doc on Univariate feature selection
|
2010-10-05 19:16:48 +02:00 |
Fabian Pedregosa
|
d6f75e5707
|
Update API changes in feature_selection doc.
|
2010-10-01 11:15:12 +02:00 |
Fabian Pedregosa
|
d3ce9329c2
|
Fix broken link in rst feature_selection.
|
2010-05-27 09:35:14 +02:00 |
Gael Varoquaux
|
9cbb1c91be
|
MISC: Safety commit
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@596 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-03-22 22:04:29 +00:00 |
Fabian Pedregosa
|
ad9d5a97a4
|
Documentation for the svm module.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@542 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-03-16 10:42:20 +00:00 |
Gael Varoquaux
|
b7f18cc6e3
|
DOC: Beautify the lasso coordinate example and documentation.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@486 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
|
2010-03-03 17:47:06 +00:00 |