Skip to content

Commit

Permalink
Update distributed_kmeans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouze authored Aug 29, 2019
1 parent 10ca6e2 commit a9a475b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchs/distributed_ondisk/distributed_kmeans.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#! /usr/bin/env python3

"""
Simple distributed kmeans implementation Relies on an abstraction
for the training matrix, that can be sharded over several machines.
Expand Down

0 comments on commit a9a475b

Please sign in to comment.