Skip to content
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

Open
Tracked by #1
HridayM25 opened this issue Dec 13, 2023 · 5 comments
Open
Tracked by #1

Dendrogram Feature #3

HridayM25 opened this issue Dec 13, 2023 · 5 comments
Labels
good first issue Good for newcomers ml Machine Learning Issues

Comments

@HridayM25
Copy link
Collaborator

HridayM25 commented Dec 13, 2023

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.

@HridayM25 HridayM25 mentioned this issue Dec 13, 2023
7 tasks
@HridayM25 HridayM25 added the good first issue Good for newcomers label Dec 13, 2023
@HridayM25 HridayM25 changed the title Dendrogram Feature : Based on the current clustering algorithm used, contributors can add this functionality. You can look into dendrograms here. Dendrogram Feature Dec 13, 2023
@HridayM25 HridayM25 added the ml Machine Learning Issues label Jun 24, 2024
@Abhishek891-beep
Copy link

Abhishek891-beep commented Jul 25, 2024

The issue here is to show dendrogram diagram for the list of embedding that is given to clustering function .
Do I understand this issue properly ?

This image is from createEmbeddings.py
image
This is my first issue , so need some help.

@HridayM25
Copy link
Collaborator Author

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.

@Abhishek891-beep
Copy link

I used the above fn scipy.cluster.hierarchy.linkage() to create dendrogram digram.
image

But I am facing issue while importing matplotlib into the codebase.
image

I have written the code , but I find it hard to test the code . I tried to send a zip code file to the "doxify" endpoint using postman but i got missing error. I need help with the testing the code if the above code looks fine.

@HridayM25
Copy link
Collaborator Author

I think the dendrogram code looks fine. Can you try pip install matplotlib?

Can you also paste the exact error that is coming for this :

I have written the code , but I find it hard to test the code . I tried to send a zip code file to the "doxify" endpoint using postman but i got missing error. I need help with the testing the code if the above code looks fine.

@Abhishek891-beep
Copy link

Abhishek891-beep commented Jul 26, 2024

My bad I thought this error was due to matlab import statement . This pylint error is in many places .

image

image

error:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers ml Machine Learning Issues
Projects
None yet
Development

No branches or pull requests

2 participants