Commit Graph

19 Commits

Author SHA1 Message Date
Lars Buitinck b77804dcb4 BUG NaN handling in SelectPercentile and SelectKBest
Including non-regression test.
2012-10-16 12:53:27 +02:00
Lars Buitinck 19a1a41379 ENH perform feature selection on scores, not p-values, when possible
More stable in the case of chi2; allows for feature selectors that do not
perform significance tests.
2012-10-04 12:13:50 +02:00
Lars Buitinck 2e48248531 COSMIT + DOC univariate feature selection
rm deprecated properties
input validation in SelectPercentile
use super()
docstring fixes
2012-09-18 14:38:52 +02:00
Andreas Mueller 66c8a706d2 ENH fix percentile tiebreaking, add warning 2012-09-17 21:40:58 +01:00
Andreas Mueller fc3cdc7472 TST Simplified tests, test that sparse and dense versions give the same result, always return arrays, not matrices. 2012-08-16 17:51:00 +01:00
Andreas Mueller c520275f06 ENH sparse matrix support in univariate feature selection 2012-08-16 17:50:59 +01:00
Andreas Mueller 1ebcc4a486 COSMIT pep8 2012-05-15 21:18:30 +02:00
Gael Varoquaux 065b905aed BUG: casting error with recent numpys 2012-05-12 00:02:30 +02:00
Andreas Mueller eeb6dcc4cc ENH use random states everywhere, never call np.random. 2012-05-06 18:35:14 +02:00
Lars Buitinck 258f19383c BUG ensure that SelectKBest actually selects k features
Fixes Issue #805
2012-04-30 17:25:13 +02:00
Lars Buitinck b17a82023c ENH export f_oneway from feature_selection module
+ import in test as a user would
2012-04-30 17:10:55 +02:00
Alexandre Gramfort eb9ad47594 ENH : speed up f_regression 2012-03-29 15:21:08 +02:00
Satrajit Ghosh 239039c84c tst: added test for feature selection. this test would have failed in the previous case. closes #727 2012-03-26 09:59:07 -04:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Andreas Mueller b0d10fc9c2 COSMIT: more pep8. enough for today... 2011-11-29 00:03:19 +01:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +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