nicodv / kmodes

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

Support sparse matrices #70

Open sunyiwei24601 opened 6 years ago

sunyiwei24601 commented 6 years ago

i want to upgrade this algorithm to be able to process sparse martrix,any one can help me with that?