-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dendrogram Feature #3
Comments
A dendrogram is used to visualize some hierarchical clustering. The function to make the dendrogram should essentially take the input of the resultant agglomerative clustering, to visualize the output. [HINT] : You may have to use scipy.cluster.hierarchy.linkage(), and create a dendrogram using this linkage. Let me know if you still face an issue. |
I think the dendrogram code looks fine. Can you try Can you also paste the exact error that is coming for this :
|
Based on the current clustering algorithm used, contributors can add this functionality. You can look into dendrograms here. This is a very easy issue to fix.
The text was updated successfully, but these errors were encountered: