Commit Graph

29 Commits

Author SHA1 Message Date
Reshama Shaikh 75bdc29c46
DOC Ensures that AgglomerativeClustering passes numpydoc validation (#20544)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-08-31 19:04:29 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Thomas J. Fan e970678d95
ENH Adds n_feature_in_ checking to cluster (#18727)
* ENH Checks n_features_in_ in cluster module

* ENH Uses context manager to avoid finite check
2020-11-20 13:50:32 -08:00
pgithubs b4fa62e532
DOC Fix documentation of default values in cluster module (#17455)
* updated _affinity_propagation.py docstrings in line with #15761

* updated cluster module docstrings in line with #15761

* updated cluster module docstrings post review #15761

* updated cluster module docstrings post review #15761

Co-authored-by: Greg Knowles <gitgreg123@users.noreply.github.com>
2020-06-07 10:07:47 -04:00
Adrin Jalali 0eebade264 DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
Andreas Mueller 92af3dabbb MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
Guillaume Lemaitre 95339a677e [MRG] DEP remove pooling_func in AgglomerativeClustering (#13821) 2019-05-09 14:41:56 +02:00
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