-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Unable to use Silhouette Visualizer with Gaussian Mixture Model #1303
Comments
I see that this may be also solved by the merging of PR #1294. |
@bbengfort I believe that it can solve the issue, however I am not sure about the automatic tests that are preventing the PR to be merged. |
@lwgray any thoughts? |
I will create the test this weekend.
Cheers
Larry
…On Fri, Jun 16, 2023 at 6:32 AM Benjamin Bengfort ***@***.***> wrote:
@bbengfort <https://github.com/bbengfort> I believe that it can solve the
issue, however I am not sure about the automatic tests that are preventing
the PR to be merged.
@lwgray <https://github.com/lwgray> any thoughts?
—
Reply to this email directly, view it on GitHub
<#1303 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHUFNJNDAR3IPTIZPNG4J3XLRG4DANCNFSM6AAAAAAXAISBUM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
@bbengfort Another update... #1294 will solve part of this issue. and #1304 fixes the "not a clustering estimator" error |
Describe the bug
Silhouette score and its visualization can be calculated for Gaussian Mixture Model outputs, while this library currently does not support this.
To Reproduce
I used the example code from here and I changed the model from Kmeans to GMM.
Dataset
The dataset chosen does not affect the outcome.
Expected behavior
I expect the fitting of the data and the visualization of the scores over the figure.
Traceback
Desktop (please complete the following information):
Additional context
I believe
SilhouetteVisualizer
should support GMM due to the possibility of using it as a clustering methodology (e.g., Gaussian Mixture Models Clustering Algorithm Explained).The text was updated successfully, but these errors were encountered: