Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ddd7f8

Browse filesBrowse files
ChVeenItay
authored and
Itay
committed
MAINT Fix broken links in cluster.dbscan module (scikit-learn#25958)
1 parent 0ab0661 commit 8ddd7f8
Copy full SHA for 8ddd7f8

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎sklearn/cluster/_dbscan.py

Copy file name to clipboardExpand all lines: sklearn/cluster/_dbscan.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def dbscan(
141141
----------
142142
Ester, M., H. P. Kriegel, J. Sander, and X. Xu, `"A Density-Based
143143
Algorithm for Discovering Clusters in Large Spatial Databases with Noise"
144-
<https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf>`_.
144+
<https://www.dbs.ifi.lmu.de/Publikationen/Papers/KDD-96.final.frame.pdf>`_.
145145
In: Proceedings of the 2nd International Conference on Knowledge Discovery
146146
and Data Mining, Portland, OR, AAAI Press, pp. 226-231. 1996
147147
@@ -281,7 +281,7 @@ class DBSCAN(ClusterMixin, BaseEstimator):
281281
----------
282282
Ester, M., H. P. Kriegel, J. Sander, and X. Xu, `"A Density-Based
283283
Algorithm for Discovering Clusters in Large Spatial Databases with Noise"
284-
<https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf>`_.
284+
<https://www.dbs.ifi.lmu.de/Publikationen/Papers/KDD-96.final.frame.pdf>`_.
285285
In: Proceedings of the 2nd International Conference on Knowledge Discovery
286286
and Data Mining, Portland, OR, AAAI Press, pp. 226-231. 1996
287287

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.