Commit Graph

14 Commits

Author SHA1 Message Date
Thierry 6fb6c63b7b Modification of the ignore_warning function and _IgnoreWarning class. 2016-04-21 18:28:44 +02:00
Vinayak Mehta 679936f6bc MAINT Deprecate LDA/QDA in favor of expanded names
The LDA accronym for Linear Discriminant Analysis is ambiguous
because of the newly introduced Latent Dirichlet Allocation model.

We therefore deprecate the sklearn.lda.LDA and sklearn.lda.QDA
in favor of explicit names.
2015-09-11 15:32:11 +02:00
TomDLT fe38e2509d ENH check that unfitted estimators raise ValueError 2015-05-20 16:40:19 +02:00
MechCoder 4213c0461b DOC: Make it explicit that assert_warns clears the warning registry 2014-10-14 10:57:43 +02:00
MechCoder 34df94d6c5 TST: Test that assert_warns is reset internally 2014-10-13 23:13:52 +02:00
MechCoder 859992ae90 TST: Test that the warning registry is empty after assert_warns
Also minor doc change to the statement that this class was
copied from NumPy
2014-10-13 14:56:29 +02:00
MechCoder 54eb4784ba FIX: Remove test that tests state of warnings before and after assert_warns 2014-10-10 17:14:41 +02:00
Noel Dawe 6f4b31aabd test assert_greater_equal and assert_less_equal 2014-07-02 11:47:32 +02:00
Andreas Mueller 5a1fde1194 COSMIT fixing some unused imports, adding stuff to __all__, and light pep8 (not all whitespace to make rebasing less painful) 2013-07-27 15:44:17 +02:00
Arnaud Joly cdfaa825f5 Backport assert_warns and assert_no_warnings from np 1.7 2013-07-27 15:01:50 +02:00
Arnaud Joly db4422fcf9 ENH Simplify assert_raise_message + TST add them 2012-12-21 14:48:01 +01:00
Andreas Mueller 9babaa72e2 ENH minor improvements in testing, new utility function for safely setting random states. 2012-11-02 09:23:15 +00:00
Andreas Mueller 1ebcc4a486 COSMIT pep8 2012-05-15 21:18:30 +02:00
Gael Varoquaux 1cf2faae9e BUG: fix assert_greater
And add a test: when doing a backport, it is always wise to check ones
implementation against the original
2012-05-06 17:10:55 +02:00