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

Default init for Kprototypes is documented as Cao #153

Closed larroy closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.006%) to 97.186% when pulling cbb64fd7e9521e2ffdeba527cce7c80aa2002df4 on larroy:master into 69689e244f5123c83220b865cbe7d2119822ba81 on nicodv:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 97.18% when pulling cbb64fd7e9521e2ffdeba527cce7c80aa2002df4 on larroy:master into 69689e244f5123c83220b865cbe7d2119822ba81 on nicodv:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.006%) to 97.186% when pulling cbb64fd7e9521e2ffdeba527cce7c80aa2002df4 on larroy:master into 69689e244f5123c83220b865cbe7d2119822ba81 on nicodv:master.

nicodv commented 3 years ago

This is consistent with KModes too now.

Thanks for spotting this, @larroy !