Commit Graph

69 Commits

Author SHA1 Message Date
MechCoder c805fbc79b Refactor tests 2015-10-10 22:05:40 -04:00
MechCoder 5a0db1717a 1. Added parameter prefit to pass in a fitted estimator.
2. Use assert_warns instead of catch_warnings
3. Remove depracation warnings in common tests.
2015-10-09 01:57:36 -04:00
MechCoder acf5f160a8 Merge SelectFromModel and L1-selection examples
Add test to check the threshold can be set without refitting
2015-10-05 11:25:07 -04:00
MechCoder 2ee718cc75 Add narrative docs and fix examples 2015-10-05 11:25:06 -04:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Olivier Grisel b1b43c1372 DOC fix broken image link in feature selection 2015-03-18 11:41:33 +01:00
Olivier Grisel 60151c0a2a DOC fix broken image link 2015-03-04 09:55:11 +01:00
Andreas Mueller e0f5049a3d minor fixes in docs. 2015-03-03 11:07:18 -05:00
Hampus Bengtsson bfef274d2e 5 of 6 are zeros, not ones. 2015-01-30 13:05:40 +01:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Olivier Grisel 2eb1e98eef MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Arnaud Joly 9a14d376e3 DOC fix example in univariate selection (fix issue #3132) 2014-05-08 20:56:21 +02:00
Arnaud Joly ffc0fa6e56 DOC advertize GenericUnivariateSelect in the narrative documentation and api 2014-04-24 22:26:41 +02:00
Lars Buitinck e2b6cc7e55 DOC improve feature selection docs 2013-11-18 15:50:08 +01:00
Steven Maude 1d8f6961de Update feature_selection.rst
Fix inconsistency in name of classifier and link to classifier.
2013-10-23 12:02:09 +01:00
Lars Buitinck 006a6cbaad ENH add VarianceThreshold feature selection method 2013-08-20 14:24:08 +02:00
Lars Buitinck 89012aaf5f DOC minor copyedit to FS docs
At the request of @amueller.
2013-07-25 19:10:25 +02:00
eustache 3f0751f7fa DOC expand feature selection docs with an example 2013-07-25 19:08:26 +02:00
Gilles Louppe 757de67c84 TEST: skip doctest in feature_selection (unstable) 2013-07-22 12:20:02 +02:00
Gilles Louppe c1b93ed86e TEST: skip test in feature_selection (too unstable) 2013-07-22 12:20:01 +02:00
Gilles Louppe a3985775b1 FIX: broken tests based on rng 2013-07-22 12:20:01 +02:00
Lars Buitinck c7266ec712 ENH back-port rand_r from 4.4BSD
This function is not available on Windows and is deprecated by POSIX.
Fetched from OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/rand.c

This reverts commit 6f737ad8d5b29a098df6b2ad0fdd1db38e801db8.
2013-07-22 12:20:01 +02:00
Gilles Louppe 0c795872c8 WIP: revert use of rand_r 2013-07-22 12:20:01 +02:00
Gilles Louppe 570bca0581 FIX: doctest in feature_selection 2013-07-22 12:20:01 +02:00
Gilles Louppe 2d69d4cd68 FIX: feature_selection doctest (bis) 2013-07-22 12:19:58 +02:00
Gilles Louppe ead9631cda FIX: feature_selection doctest 2013-07-22 12:19:58 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Arnaud Joly 8ab798b4ea DOC FIX foating point issue 2013-03-03 17:17:51 +01:00
Doug Coleman 704ee89f0a DOC: Update new magic numbers in docs since random forests train differently now. 2013-02-20 21:18:00 +01:00
Lars Buitinck cc401c9514 DOC no more need for compute_importances in trees
Prevents warning from doctest.
2013-02-13 11:04:51 +01:00
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