scikit-learn/sklearn/decomposition
Prathmesh Savale e43574e61b Don't use global np.random.seed in tests (#13356)
* initial commit

* used random class

* fixed failing testcases, reverted __init__.py

* fixed failing testcases #2
- passed rng as parameter to ParameterSampler class
- changed seed from 0 to 42 (as original)

* fixed failing testcases #2
- passed rng as parameter to SparseRandomProjection class

* fixed failing testcases #4
- passed rng as parameter to GaussianRandomProjection class

* fixed failing test case because of flake 8
2019-03-02 08:46:23 +01:00
..
tests Don't use global np.random.seed in tests (#13356) 2019-03-02 08:46:23 +01:00
__init__.py MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
_online_lda.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
base.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
cdnmf_fast.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
dict_learning.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
factor_analysis.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
fastica_.py DOC Minor changes to FastICA G function (#13116) 2019-02-10 18:32:09 +01:00
incremental_pca.py [MRG+1] DOC data centering in PCA (#13242) 2019-02-25 15:00:34 +01:00
kernel_pca.py TST remove _UnstableOn32BitMixin from kpca class (#13284) 2019-02-27 08:41:34 +01:00
nmf.py [MRG] Fixed NMF IndexError (#11667) 2019-02-13 09:44:39 +11:00
online_lda.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
pca.py [MRG+1] Fix warning in doc (#13353) 2019-03-02 08:02:17 +01:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
sparse_pca.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
truncated_svd.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00