Commit Graph

17 Commits

Author SHA1 Message Date
Gael Varoquaux c4721f36d8 TST: No n_jobs=-1 in the test
Use n_jobs=2, to avoid blowing up on hugely parallel machines.
2015-08-30 16:00:57 +01:00
martinosorb 4c4b1f7067 Change par system to joblib and n_jobs convention 2015-05-28 12:23:13 +01:00
martinosorb 7041ed283d Implemented parallelised version of mean_shift and test function. 2015-05-27 17:46:00 +01: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 a9b3965b0a Better error messages in MeanShift, slightly more robust to bad binning. 2015-02-07 12:59:04 +01:00
Pratap Vardhan 40f44ffd23 MANIT: pep8ize to an extent cluster module 2015-01-11 13:22:28 +05:30
Lars Buitinck 91a45af295 ENH micro-optimize a few tests 2014-04-04 11:27:07 +02:00
Mathieu Blondel c5dd039901 Add missing docstrings to test functions. 2013-08-15 22:45:17 +09:00
Mathieu Blondel 130729b848 Add predict method to MeanShift. 2013-08-15 22:45:17 +09:00
Mathieu Blondel 211944aaeb Move estimate_bandwidth test to its own function. 2013-08-15 22:45:17 +09:00
Lars Buitinck d270249c3c FIX/ENH mean shift clustering
* min_bin_freq argument (fixes #2060, but needs a test)
* authors in comment, not docstring
* don't store fitted attributes (trailing _) before fit
2013-06-30 14:58:59 +02:00
Mathieu Blondel 6eec2e651b Even more sklearn.utils.testing. 2012-10-26 00:09:46 +09:00
Andreas Mueller 1955ffdba4 COSMIT some pep8 2011-11-28 23:39:46 +01:00
Olivier Grisel 78dd8b5626 batch trailing spaces cleanup 2011-09-06 23:12:26 +02: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