modin icon indicating copy to clipboard operation
modin copied to clipboard

Distributed K-means algorithm

Open aregm opened this issue 5 years ago • 2 comments

Generic distributed implementation of K-means on Modin/Ray using the Scaleout API.

aregm avatar Sep 03 '20 14:09 aregm

Is this a feature we want to support as part of Modin directly? Isn't k-means something that is more specific to a user's implementation as opposed to something we need to do within Modin?

pyrito avatar Aug 22 '22 20:08 pyrito

@pyrito pandas doesn't support this and I don't know of anyone ever asking for this feature, so I'll mark it as P3.

mvashishtha avatar Sep 14 '22 14:09 mvashishtha

Not actual. @aregm feel free to reopen if needed

anmyachev avatar Aug 01 '23 13:08 anmyachev