Dimitri Papadopoulos Orfanos
3d4ee9e9dc
MNT Remove utf-8 encoding declarations ( #21260 )
...
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-14 17:59:36 +01:00
Raz Hoshia
ae98150e41
FIX DBSCAN and TSNE are missing the pairwise estimator tag ( #22814 )
2022-03-13 19:22:11 +01:00
Sanjay Marreddi
2f2364de6f
MNT Use check_scalar in BIRCH and DBSCAN ( #20816 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-09 23:13:52 -04:00
Thomas J. Fan
786c4e5e39
DOC Adds feature_names_in_ to docstrings ( #20787 )
2021-08-26 13:44:45 +02:00
Felipe Rodrigues
de52d4d445
DOC ensures DBSCAN docstring passes numpydoc validation ( #20375 )
...
Co-authored-by: Iván Pulido <ivanpulido@protonmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-06-28 09:58:19 +02:00
Thomas J. Fan
351ace7935
STY Uses black's with target_version >= 3.7 ( #20294 )
2021-06-17 15:50:27 -04:00
Thomas J. Fan
82df48934e
MNT Applies black formatting to most of the code base ( #18948 )
2021-06-17 14:21:09 -04:00
Guillaume Lemaitre
1cd282d600
DOC add n_features_in_ in the documentation ( #20236 )
2021-06-09 16:58:03 +02:00
Nanshan Li
45fc4b76f3
DOC Document n_features_in_ in cluster ( #20228 )
2021-06-09 11:04:58 +02:00
Tom Dupré la Tour
f6e6ad2d9e
MNT clean futurewarning for 1.0 | _deprecate_positional_args ( #20002 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-05-14 11:30:27 -04:00
Albert Villanova del Moral
647fcb1ac1
DOC Fix A to uppercase in See Also docstring section ( #18332 )
2020-09-04 10:35:01 -04:00
Juan Carlos Alfaro Jiménez
aad08a6aaf
DOC Specify the meaning of default=None in cluster module ( #17533 )
2020-06-09 14:51:13 +02: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
Thomas J Fan
e770715c43
MNT Completes position arg deprecation ( #17272 )
...
* ENH Adds public functions with position args warning
* BUG Circlar import
* STY
* BUG Add keywords
* BUG Fixes warnings
* ENH Adds other public functions
* CLN Suggestion
* CLN Suggestion
* REV Revert pairwise
* ENH Positoinal args for compute_class_weight
2020-05-19 09:07:25 +02:00
Nicolas Hug
a5dfba94ff
DOC docstring styles updates to dbscan ( #16819 )
...
Co-authored-by: sophsoph321 <sbz24@cornell.edu>
2020-04-01 11:09:36 -04:00
Alex Henrie
438bb3a438
MNT Remove unused imports ( #16665 )
2020-03-11 10:01:51 +11:00
Adrin Jalali
83ec08bfbf
DOC update n_jobs description in DBSCAN ( #16615 )
...
Co-authored-by: JohanWork
2020-03-05 21:53:00 +01:00
Nicolas Hug
d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd ( #16112 )
2020-02-29 09:05:11 -05:00
Adrin Jalali
8caa93889f
API make cluster's __init__ parameters kwonly ( #16501 )
2020-02-27 23:53:41 +11:00
Manimaran
c33ce762d7
DOC fix docstring in dbscan referencing glossary ( #16267 )
2020-01-29 11:17:43 +01:00
cgsavard
cc88ec97b4
DOC fixed default values in dbscan ( #15753 )
2019-12-02 20:54:37 +01:00
Anisha Keshavan
beb7afcef4
fix: replaced check_consistent_length with _check_sample_weigh… ( #15471 )
2019-11-02 14:57:48 -07:00
Nicolas Hug
14295f9ceb
MNT make files private for cluster module ( #14948 )
2019-10-14 12:29:08 -04:00