Commit Graph

42 Commits

Author SHA1 Message Date
Arnaud Rachez 5db2adf93c MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
Andreas Mueller f369d3ab0f Fix RFE / RFECV estimator tags 2015-05-29 11:36:38 -04:00
Andreas Mueller 79ea587e05 FIX make rfe feature importance test deterministic. 2015-04-28 18:26:22 -04:00
Wei Xue c165327940 Add regression test for the number of subsets of features 2015-04-20 12:58:29 -04:00
Wei Xue 7bbf10a598 ENH optimize rfecv by eliminating the for loop 2015-04-20 12:27:31 -04:00
Vincent Michel 0f0e58d35e Fix RFE - Add the possibility to use feature_importances rather than coef_ when existing, see #2121 2015-04-02 14:56:48 +02:00
Wei Xue 17ee7dd79b DOC & COSMIT deprecate estimator_params in RFE and RFE_CV in docstring 2015-03-29 12:47:53 -04:00
Wei Xue b741aa3e5c FIX coding style #4292 2015-03-10 14:46:10 -04:00
Wei Xue 9f312a72b3 Correct warning messages and move warnings to fit method #4292 2015-03-10 10:47:15 -04:00
Wei Xue 08b97b32c2 Deprecate estimator_params in RFE and RFECV #4292 2015-03-09 16:45:46 -04:00
bhsu 97e3b96801 PEP8 compliance 2015-02-05 15:26:46 -05:00
bhsu 13b6aec5f3 non-inheriting estimator added for rfe, cross validation, and pipeline tests
non-inheriting estimator added for cross validation

non-inheriting estimator added for pipeline

reconciled diffs
2015-01-29 22:02:38 -05:00
Raghav R V 88555987cc PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings. 2015-01-08 04:28:24 +05:30
Alexandre Gramfort 6039b1864b Merge pull request #3824 from nmayorov/rfecv_bugfix
[MRG+1] FIX: Bug in RFECV when step is not 1
2014-12-15 09:06:41 +01:00
Nikolay Mayorov ad7e772422 Fixed a bug in RFECV when step != 1 2014-12-15 02:53:27 +03:00
Joel Nothman 081a554698 FIX P/R/F metrics and scorers are now for binary problems only by default
Scorers for different average parameters have been added.
2014-12-09 13:56:51 +11:00
Borja Ayerdi 2fecf6facf Fix RFE n_features minimum value #3812 and make it simpler. 2014-11-24 18:05:00 +01:00
Borja Ayerdi 60cadce9d1 Fix RFE n_features minimum value #3812 2014-11-20 19:19:40 +01:00
lesteve b12d1ac487 Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
Lagacherie Matthieu 9248948344 test case on rtfe grid_scores fix 2014-07-15 16:35:04 +02:00
Jaques Grobler 6ebcf4d020 COSMIT fix PEP8 errors 2014-02-02 00:30:28 +11:00
dengemann e1bdd99ea6 ENH: add assert_warn_message 2013-11-29 13:55:39 +01:00
Olivier Grisel e3002c5efc FIX #2372: non-shuffling StratifiedKFold implementation and updated tests 2013-09-25 15:56:47 +02:00
Olivier Grisel b0035bf9e8 Rename cv_scores(_) back to grid_scores(_) to keep the name free for a future refactoring 2013-07-28 17:10:14 +02:00
Nicolas Trésegnie eae4fab2d8 Add catching of the deprecation warnings in rfe and ridge tests 2013-07-28 10:45:44 +02:00
Nicolas Trésegnie 11dfe44b1b Add deprecation warnings in rfe 2013-07-28 10:45:44 +02:00
Arnaud Joly e7b8f6e329 ENH renamed metrics.zero_one to metrics.zero_one_loss 2013-01-09 15:28:23 +01:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Lars Buitinck ae24236681 BUG allow array-like y in RFE
+ cosmit: use np.ravel to flatten np.matrix
2012-09-17 19:37:19 +02:00
Andreas Mueller 57574dc031 ENH issue 1115: grid search support for rfe via ``estimator_params`` 2012-09-12 20:09:58 +01:00
Andreas Mueller e14dd67d1b ENH address issue 1028: clone estimator in RFE 2012-09-12 20:09:58 +01:00
Andreas Mueller eb89d5a173 FIX Worst feature in RFECV missing. closes issue #681. 2012-08-26 18:34:15 +02:00
Andreas Mueller bef749b4e8 ENH sparse matrix support for RFE and RFECV. Closes issue #1018. 2012-08-16 18:05:16 +01:00
Andreas Mueller 77954f292e FIXed many tests 2012-05-05 21:57:04 +02:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01: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 b0d10fc9c2 COSMIT: more pep8. enough for today... 2011-11-29 00:03:19 +01:00
Gilles Louppe a03f8362c0 Improved test coverage to 100% 2011-09-04 14:21:50 +02:00
Gilles Louppe 769714e9ea Merge remote-tracking branch 'upstream/master' 2011-09-03 17:28:04 +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