Sébastien Lerique
|
45ad9f4e0a
|
[MRG] fix documentation typo
|
2016-04-04 10:08:42 +02:00 |
Rémy Léone
|
9b7176dd9d
|
[DOC] Fix broken links
|
2016-03-23 12:45:34 -07:00 |
Camilo Lamus
|
3a8307102e
|
fix x and y order
|
2016-03-11 17:04:36 -05:00 |
Camilo Lamus
|
f81e5aa0cc
|
Try to fix link to pdf
|
2016-03-11 17:04:36 -05:00 |
Camilo Lamus
|
a754e099e7
|
Added ref to Bach and improved docs
|
2016-03-11 17:04:36 -05:00 |
Camilo Lamus
|
bf81451dc6
|
Fix consistency in docs and docstring
|
2016-03-11 17:04:36 -05:00 |
Camilo Lamus
|
2e7d9ad3a4
|
FIX: improve docs of randomized lasso
|
2016-03-11 17:04:36 -05:00 |
Nikolay Mayorov
|
b0491be8bd
|
DOC: Add a short explanation of F-test vs MI in narrative doc
|
2016-01-22 00:27:16 +05:00 |
Nikolay Mayorov
|
835102ab6a
|
API: Split mutual_info into _regression and _classif
|
2016-01-22 00:27:15 +05:00 |
Nikolay Mayorov
|
689ed0dbba
|
DOC: Example for mutual_information
|
2016-01-22 00:27:15 +05:00 |
Nikolay Mayorov
|
54c078311e
|
DOC: Documentation update related to mutual_info
|
2016-01-22 00:27:15 +05:00 |
Nikolay Mayorov
|
df08defb05
|
ENH: Implemented mutual_info function
|
2016-01-22 00:27:15 +05:00 |
Andreas Mueller
|
2653833a07
|
DOC some fixes to the doc build.
|
2015-11-03 12:23:23 -05:00 |
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 |