Why does calling FuzzyCMeans.predict_proba()
alter the centroids of the fitted model?
#625
Unanswered
ensley-nexant
asked this question in
Q&A
Replies: 1 comment
-
Good catch! This is indeed NOT intended behavior. Calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand why I can call
.predict_proba()
multiple times on the same fitted model, passing the same function, and get different predictions. Is this the intended behavior?It looks like the centroids are being updated on every prediction, and I'm not sure why that would be the case. Here is an example:
Output:
Beta Was this translation helpful? Give feedback.
All reactions