Commit Graph

28 Commits

Author SHA1 Message Date
Bartosz Michałowski fa98a72dcc MNT Replaced all occurrences of assert_true and assert_false with assert (#12588) 2018-11-28 09:16:26 +08:00
Hanmin Qin 43e3a02085
MNT Remove unused assert_true imports (#12560) 2018-11-11 11:08:37 +08:00
Yaroslav Halchenko 362cb3bcab TST autoreplace assert_true(...==...) with plain assert (#12547) 2018-11-11 09:05:34 +08:00
Andreas Mueller 0f94f2962b
MNT simple deprecations and removals for 0.21 (#12238)
Part of #11992.
These were all the things that seemed pretty straight-forward. It's actually a bit bulky but should still be easy to review, hopefully.
2018-10-11 14:56:37 -04:00
Roman Yurchak e0e7387606 Remove unused private functions (#12253) 2018-10-03 21:08:17 -04:00
Ivan PANICO 6eb19831d1 BUG: centering and fixing scaling issue in SparsePCA (#11585) 2018-07-21 00:00:15 +02:00
Joel Nothman 14e7c328df Restructure access to vendored/site Joblib (#11471)
In order to fix #11408, this swaps `joblib` and `_joblib`. It however, allows users to access joblib's `Memory` or `Parallel` functionality without accessing `sklearn.externals._joblib` by importing `Memory`, `Parallel`, etc. into `sklearn.utils`.
2018-07-17 18:02:11 +02:00
Naoya Kanai 84349a7a63 [MRG+1] Deprecate ridge_alpha param on SparsePCA.transform() (#8137) 2017-01-04 19:42:05 +11:00
Olivier Grisel 1529a1e548 MAINT enable multiprocessing + kmeans test on Python 3.4 2015-09-04 11:47:34 +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
Mikhail Korobov e87653dc3d TST skip SparsePCA n_jobs!=1 test on Mac OS X because it hangs 2014-03-21 04:22:05 +06:00
Olivier Grisel 8615684f51 ENH Upgrade to joblib 0.8.0a2 2013-12-29 22:27:29 +01:00
Andreas Mueller e42f211435 ENH make sure all "SkipTest" calls have an error message. 2013-10-20 13:43:34 -07:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Immanuel Bayer ca8a8eb66a ENH renaming 'n_atoms' to 'n_components' for consistency 2012-11-04 10:01:13 +00:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
Andreas Mueller 3e391c809f COSMIT pep8 2012-03-31 15:54:10 +02:00
David Marek f5b56fa0ef Added test for SparsePCA.transform (checks #615) 2012-03-19 12:24:28 +01:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Vlad Niculae 66796ca366 FIX: slices generation 2011-12-19 19:32:48 +01:00
Vlad Niculae 697653eee2 Test for almost equal instead of equal in sparse_encode_error 2011-12-19 19:03:27 +01:00
Vlad Niculae 5d06bee420 skip tests that were wrongly passing before 2011-12-19 18:57:26 +01:00
Vlad Niculae 63f06a1952 work on failing tests 2011-12-19 18:31:57 +01:00
vene 2359d92e0f simplified fit_algorithm keyword 2011-09-19 12:11:33 +03:00
vene 40eb1010d2 Merge branch 'master' into sc
Conflicts:
	doc/modules/linear_model.rst
	scikits/learn/decomposition/__init__.py
2011-09-05 01:45:31 +03:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00