Commit Graph

36 Commits

Author SHA1 Message Date
Haya a8bd6d21c5
FIX validate parameter in 'fit' for 'FactorAnalysis' (#21713) 2021-11-26 14:00:45 -05:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Alihan Zihna aa898de885
TST Changes assert to pytest style in svm, manifold, linear_model, feature_extraction, decomposition (#19999)
Changed the assert_raises, assert_raise_message, assert_warns in the following files:

* test_factor_analysis.py
* test_text.py
* test_bayes.py
* test_ransac.py
* test_sag.py
* test_locally_linear.py
* test_bounds.py
* test_sparse.py
* test_svm.py
2021-05-22 20:55:22 +02:00
Jona Sassenhagen 5e193ec655
[MRG] varimax rotation for factor analysis (#11064)
* init varimax

* fix py2 and add example text

* fix print again

* test, docs

* fix test

* fix doctstring

* np.allclose for test

* add refrence

* address comments

* update

* Fix linting failure.

* Fix deprecation warning.

* a bit of cleanup

* Address @jnothman's review comments.

* Update section divider

* Add note in what's new page and versionadded to docstring.

Co-authored-by: Eric Prestat <eric.prestat@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-07-05 21:29:08 +02:00
Nicolas Hug b92455a6b2 MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
Samesh Lakhotia 35c0ca0325 MAINT Remove the use of assert_raises* in decomposition (#14679) 2019-08-18 13:30:17 -04:00
Adrin Jalali 19c068a2ec MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
Nelson Liu d2aaf0f4bb doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
giorgiop 328ebfa865 ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
Raghav R V e3afc0e8c9 MAINT move custom error/warning classes into sklearn.exceptions
ENH NonBLASDotWarning -> EfficiencyWarning; Improve error message
DOC Add exceptions module to modules/classes.rst
MAINT Move ConvergenceWarning, UndefinedMetricWarning et al into exceptions
MAINT Remove ChangedBehaviorWarning from base
DOC/FIX Improve DataConversionWarning's docstring
2015-10-19 22:35:35 +02:00
Raghav R V cd2ee7e454 MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
Andreas Mueller 4e270a5157 remove deprecation tests. 2014-12-29 14:00:06 -05:00
Jaques Grobler 6ebcf4d020 COSMIT fix PEP8 errors 2014-02-02 00:30:28 +11:00
dengemann d2f3a8a3da ENH: refactor warnings 1 2013-11-29 13:55:38 +01:00
Alexandre Gramfort 84fa0ba51a simplify FA tests after rebase 2013-09-05 21:46:34 +02:00
Alexandre Gramfort 4289f62ee9 for loop in tests of get_covariance + get_precision 2013-09-05 21:41:46 +02:00
Alexandre Gramfort 7d83cf33ac API : add score_samples in FactorAnalysis + update example 2013-09-05 21:41:45 +02:00
Alexandre Gramfort 1be93356a4 ENH : add get_precision method with matrix inverse lemma to FactorAnalysis + use precision in score 2013-09-05 21:39:58 +02:00
dengemann 09dbdfab99 ENH: deprecate `verbose` parameter
CLEANUP
2013-09-04 22:04:40 +02:00
dengemann 48db7150a5 ENH: add warning instead of print
ENH: add convergence warnign + test

COSMITS4
2013-09-04 22:04:40 +02:00
dengemann 1cdbb258d9 ENH: address discussion + actuall make randomized default 2013-09-04 22:04:40 +02:00
dengemann 33e0653e14 ENH: add check on init + appropriate test; COSMITS 2013-09-04 22:04:40 +02:00
dengemann 823d702333 COSMITS: address discussion 2013-09-04 22:04:40 +02:00
dengemann 37724deec8 ENH: add strong comparisons 2013-09-04 22:04:40 +02:00
dengemann a9250af672 ENH/FIX: misc + address discussion 2013-09-04 22:04:40 +02:00
dengemann 495e7515f9 FIX: make SVD working again + add tests + update whats new 2013-09-04 22:04:39 +02:00
dengemann 8651986f4c ENH: use `algorithm` keyword + expose failing test 2013-09-04 22:04:39 +02:00
dengemann 6d41219388 misc 2013-09-04 22:04:39 +02:00
dengemann 467e570e7e FIX: misc 2013-09-04 22:04:39 +02:00
Andreas Mueller 754c2d9533 COSMIT pep8 2012-12-22 16:48:17 +01:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
osdf 229f8139f8 adapted to new signature of score(). 2012-10-13 19:29:02 +02:00
osdf 8b8a1a8dca Extended test a bit. 2012-10-13 19:29:02 +02:00
osdf 46d16318b7 TST: Make factor analysis test repeatable. 2012-10-13 19:29:01 +02:00
Alexandre Gramfort f85b658e4a TST : add test that FA log like increases over iterations 2012-10-13 19:29:00 +02:00
Alexandre Gramfort dd58d6ee54 API : rename psi to noise_variance + some cleanup in FA 2012-10-13 19:29:00 +02:00