Open Thecave3 opened 1 year ago
I see that this may be also solved by the merging of PR #1294.
@Thecave3 I was hoping that your issue would be solved by #1294. @lwgray any status on that PR?
@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.
@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 https://github.com/DistrictDataLabs/yellowbrick/issues/1303#issuecomment-1594604474, 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).