nicodv / kmodes

Python implementations of the k-modes and k-prototypes clustering algorithms, for clustering categorical data
MIT License
1.23k stars 416 forks source link

GPU ( cuda ) support? #168

Open monk1337 opened 2 years ago

monk1337 commented 2 years ago

Thank you for this awesome work, Is there any future plans to provide cuda ( GPUs ) support?

nicodv commented 2 years ago

No plans, but it would be interesting to see a POC using cupy, since it's supposed to be a drop-in replacement of numpy.