scikit-learn/sklearn/mixture/tests
juliathebrave 1a8ddbede3 [MRG +1] adds DeprecationWarning to DPGMM and VBGMM (#7020)
* added Deprecation Warnings to DPGMM and VBGMM classes and other functions

* modified/added functions test_digamma, test_gammaln, test_log_normalize to check for DeprecationWarning

* added functions to test for Deprecated Warnings for wishart_log_det, wishart_logz

* updated test_log_normalize function

* fixed spelling in DeprecationWarning for class DPGMM and
added DeprecationWarning tests test_DPGMM_deprecation, test_VBGMM_deprecation

* added blank lines near inserted DeprecatedWarnings to conform to pep8

* added blank lines and deleted trailing whitespace for pep8

* removed 'import warnings' since not used

* changed wording of DeprecationWarnings for style and/or recommend alternate functions

* fixed spelling error in warning for gammaln

* suppress DecprecationWarnings for two functions

* fixed ignore_warnings function usage

* added more @ignore_warnings(DeprecationWarning)

* temporary commit to check nosetests on travis

* TST suppresses more DeprecatedWarnings

addresses GH6998 VBGMM and DPGMM deprecation

* CLN fixes whitespace for pep8

in test_gmm.py and test_dpgmm.py
for GH6998

* TST uncommented some code

I had commented some code for debugging purposes and had forgotten
to uncomment it. Now it is uncommented again.
2016-07-17 15:48:28 -05:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dpgmm.py [MRG +1] adds DeprecationWarning to DPGMM and VBGMM (#7020) 2016-07-17 15:48:28 -05:00
test_gaussian_mixture.py Modification of the GaussianMixture class. (#6824) 2016-06-02 15:16:28 +02:00
test_gmm.py [MRG +1] adds DeprecationWarning to DPGMM and VBGMM (#7020) 2016-07-17 15:48:28 -05:00