Andreas Mueller
6ecb98eea3
doctest errors "fixed" by skipping
2018-07-17 18:08:42 -05:00
Loïc Estève
1c61b8ac1b
DOC Fix some example refs due to renaming examples ( #11214 )
2018-06-07 10:40:30 +08:00
Nihar Sheth
cec3458b03
DOC Fix broken links in docs ( #10353 )
2017-12-22 18:23:29 +01:00
Hanmin Qin
b03abf1985
[MRG+1] DOC improve RFE/RFECV estimator docstring ( #9233 )
2017-07-27 14:39:42 +02:00
Ramana Subramanyam
c10c88622a
Deprecate randomized_l1 ( #9031 )
2017-06-30 18:20:25 +02:00
Óscar Nájera
bd5cecce44
update references link namespace
2016-08-03 20:23:50 +02:00
Óscar Nájera
04116ce286
update image sources namespace
2016-08-03 20:23:50 +02:00
Nate George
9b25f5d37a
Fix docs links ( #7005 )
...
* docs: fix broken and redirect links
see #7000
* docs: fix links
see #7000
* docs: merge with master
* docs: fix fnrs and tinyclues logo links
* docs: fix link reference in text
* docs: fix typo
* docs: added back in metaoptimize-qa paragraph
* docs: update language for defunct site
* docs: update stackexchange section
* docs: remove defunct site, move quora to top
* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
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