scikit-learn/sklearn/decomposition/tests
xavier dupré b0c03d1280
BUG fix SparseCoder to follow scikit-learn API and allow cloning (#17679)
* BUG fix SparseCoder to follow scikit-learn API

* TST check that get_params and set_params work as expected

* address comments

* PEP8

* iter

* Fixes #8675, fix cloning for SparseCoder

* remove spaces

* Update _dict_learning.py

* fix confusing arguments

* remove unnecessary code

* Update test_common.py

* removes spaces

* PEP8

* iter

* fix merge

* ignore a mypy warning

* type: ignore

* remove one deprecated verification

* Update sklearn/decomposition/_dict_learning.py

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>

* Update sklearn/decomposition/_dict_learning.py

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>

* Update sklearn/decomposition/tests/test_dict_learning.py

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>

* test clone produces different id

* review

* add one more test

* lint

* Update sklearn/decomposition/tests/test_dict_learning.py

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-06-25 23:05:19 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_learning.py BUG fix SparseCoder to follow scikit-learn API and allow cloning (#17679) 2020-06-25 23:05:19 +02:00
test_factor_analysis.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_fastica.py TST Fix unreachable code in tests (#16110) 2020-02-16 14:41:26 +01:00
test_incremental_pca.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_kernel_pca.py BUG Fix issue with KernelPCA.inverse_transform (#16655) 2020-03-10 10:52:47 +01:00
test_nmf.py MNT Completes position arg deprecation (#17272) 2020-05-19 09:07:25 +02:00
test_online_lda.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
test_pca.py [MRG] MNT Fixes for PCA with n_components='mle' (#16841) 2020-04-07 22:12:40 +02:00
test_sparse_pca.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
test_truncated_svd.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00