Skip to content

Commit

Permalink
Update graphs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jan 3, 2023
1 parent 87434ea commit 7138a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphtools/graphs.py
Expand Up @@ -668,7 +668,7 @@ def build_landmark_op(self):
kmeans = MiniBatchKMeans(
self.n_landmark,
init_size=3 * self.n_landmark,
n_init=2,
n_init=1,
batch_size=10000,
random_state=self.random_state,
)
Expand Down

0 comments on commit 7138a62

Please sign in to comment.