You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG MBKmeans only reassign centers if to_reassign.sum() > 1
Sometimes to_reassign has only False values, if that's the case the function
fails. This patch makes it so no reassignment is done in that case.
The patch seems to work here, but maybe to_reassign shouldn't ever be only
False for some reason and there's a bug elsewhere. I hope a more knowledgeble
person can look this over.
0 commit comments