scikit-learn/sklearn/decomposition/tests
dengemann 12e87d9bdf FIX + ENH: catch custom function argument errors and inform user
- added expception in case a user passes a non-tuple returning function and does not supply the derrivatives via fun_prime
- added an example on the custom function type expected to the docs
- added regression tests and positive tests
2012-11-10 20:47:20 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py ENH fix pep8 2012-11-04 10:01:13 +00:00
test_factor_analysis.py Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
test_fastica.py FIX + ENH: catch custom function argument errors and inform user 2012-11-10 20:47:20 +01:00
test_kernel_pca.py FIX adjust gamma in kernelPCA tests to fit slightly modified circles with balanced classes. 2012-10-28 20:40:21 +00:00
test_nmf.py FIX hotfix for NMF sparsity problem 2012-11-07 16:08:42 +01:00
test_pca.py Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
test_sparse_pca.py ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00