-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change KMeans "mus" parameter #4962
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to find a way to initialise KMeans with clusters centres provided by the user using something like .put("initial_clusters")
. Then when KMeans runs it will either initialise cluster centres itself or use the user provided values.
Could you trigger the CI now that it is working again? |
I think this is ready to be merged. @vigsterkr what do you think? |
👍 lets wait till CIs are green and then lets merge it! \o/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just saw this was causing issues in notebook
Co-Authored-By: Gil <[email protected]>
Good work! |
fix #4847