Commit Graph

22 Commits

Author SHA1 Message Date
Roman Yurchak acb8106472 MNT Use list and dict comprehension (#12668) 2019-01-08 09:32:34 +11:00
Sergul Aydore 555bf6b99f [MRG+2] faster way of computing means across each group (#10020) 2017-11-07 17:27:34 +01:00
Arnaud Rachez 5db2adf93c MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
Raghav R V abd31d2cad MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
Pratap Vardhan 40f44ffd23 MANIT: pep8ize to an extent cluster module 2015-01-11 13:22:28 +05:30
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Andreas Mueller c7db70ac9f removed unused variables and imports, add used imports where missing. 2014-06-08 21:44:01 +02:00
Denis f4d4d84845 FIX Move pooling_func to constructor. 2014-04-14 18:57:07 -04:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Joel Nothman 9abb016544 DOC clean pooling_func arg type 2013-06-18 06:27:18 +10:00
Joel Nothman 2245907cb6 DOC fix docstrings for AgglomerationTransform 2013-06-18 06:27:17 +10:00
Alexandre Gramfort 4063d9ee71 FIX : use unique from fixes 2013-06-17 07:19:59 -07:00
Joel Nothman 1880e22404 COSMIT much simpler agglomeration inverse_transform 2013-06-17 14:32:23 +10:00
Andreas Mueller e12c67306e cosmit pep8 2012-12-16 23:28:10 +01:00
Gael Varoquaux e2ed754b9b ENH: use broadcasting, not tile
It's faster and doesn't change anything
2012-12-10 16:42:06 +01:00
Andreas Mueller a351355510 ENH add checks for clustering, regressors, transformers 2012-11-10 15:53:57 +00:00
Andreas Mueller 2ec38b31e1 ENH rudimentary testing of tranformer objects 2012-09-01 18:25:05 +02:00
Andreas Mueller 355a51c557 FIX: Section Returns not Return 2011-12-22 19:34:33 +01:00
Lars Buitinck 71d524396c FIX replace np.atleast_2d with new utils.array2d
atleast_2d will pass through np.matrix
2011-10-25 15:16:31 +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