Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 976bb50

Browse files
lpsilvestrinadrinjalali
authored andcommitted
MAINT Parameters validation for sklearn.cluster.dbscan (scikit-learn#26920)
Co-authored-by: Adrin Jalali <[email protected]>
1 parent 36d019f commit 976bb50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/cluster/_dbscan.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
from ._dbscan_inner import dbscan_inner
2323

2424

25+
# This function is not validated using validate_params because
26+
# it's just a factory for DBSCAN.
2527
def dbscan(
2628
X,
2729
eps=0.5,

0 commit comments

Comments
 (0)