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
I want to visualise the convergence rate of k-modes (and k-prototypes, eventually) by plotting the cost function at each iteration. I've had a look through kmodes.py and I can't see a way of extracting that information directly. Could you suggest a way of going about this?
Thanks,
Henry
The text was updated successfully, but these errors were encountered:
What I actually mean is that I want to visualise the cost at each epoch within a single run of the algorithm, not just the final cost. Apologies if I am mistaken.
I want to visualise the convergence rate of k-modes (and k-prototypes, eventually) by plotting the cost function at each iteration. I've had a look through
kmodes.py
and I can't see a way of extracting that information directly. Could you suggest a way of going about this?Thanks,
Henry
The text was updated successfully, but these errors were encountered: