nicodv / kmodes

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

Fix kprototypes' fit_predict #176

Closed nicodv closed 2 years ago

nicodv commented 2 years ago

Fix for https://github.com/nicodv/kmodes/issues/175

Also adds some extra validation on sample weights

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.009%) to 97.934% when pulling cdcc36e9290cbd180d2a846592d36810525a9a0f on kproto-fitpredict into df0794025108cdb5047d6f81a746025633401c92 on master.