Skip to content

Commit d9fc000

Browse files
authored
Still messing with RSL
1 parent bcfb2ec commit d9fc000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hdbscan/robust_single_linkage_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ def fit(self, X, y=None):
414414
X = check_array(X, accept_sparse='csr')
415415

416416
kwargs = self.get_params()
417+
del kwargs('metric_params')
417418
kwargs.update(self.metric_params)
418419

419420
self.labels_, self._cluster_hierarchy = robust_single_linkage(

0 commit comments

Comments
 (0)