* 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_dict_learning.py | ||
| test_factor_analysis.py | ||
| test_fastica.py | ||
| test_incremental_pca.py | ||
| test_kernel_pca.py | ||
| test_nmf.py | ||
| test_online_lda.py | ||
| test_pca.py | ||
| test_sparse_pca.py | ||
| test_truncated_svd.py | ||