From 8afe0f9b7f6e9fa1960bb53874d1650248f1aaed Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Wed, 1 Aug 2018 12:03:27 -0400 Subject: [PATCH] Fix issue #98. Bandwidth got deprecated. --- umap/umap_.py | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/umap_.py b/umap/umap_.py index e5e7e832..bc64e461 100644 --- a/umap/umap_.py +++ b/umap/umap_.py @@ -1458,7 +1458,6 @@ def fit(self, X, y=None): False, 1.0, 1.0, - 1.0, False, ) # product = self.graph_.multiply(target_graph)