-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add clustering models inside single_model_dict #32
Comments
Please assign me this under JWOC |
I want to work on this issue under JWOC |
Assigned, Good Luck!!! |
Add clustering models inside single_model_dict
Affinity Propagation Agglomerative Clustering Birch DBSCAN KMeans
pushed! |
Please create PR for that to let me review and merge! @Tihsrah |
Affinity Propagation Agglomerative Clustering Birch DBSCAN KMeans
Affinity Propagation Agglomerative Clustering Birch DBSCAN KMeans
Affinity Propagation Agglomerative Clustering Birch DBSCAN KMeans Push.
Adding clustering 5 models inside single_model_dict #32
Thanks @Tihsrah , merged! |
@snega16 , you can add new PR on this issue, do confirm if you want to work, then I'll assign you. |
Yes |
@snega16, best of luck! |
[Issue {#32}]Add clustering models inside single_model_dict
Thanks, @snega16, merged! |
Hello, |
Hi! I would like to add Hierarchical clustering algorithm to it. Please assign me the issue |
I have assigned you, go ahead and solve the issue within your time limit |
Sure. Thank you |
Changes made Adding Hierarchical Divisive Clustering to models.py Description The divisive clustering algorithm is a top-down clustering approach, initially, all the points in the dataset belong to one cluster and split is performed recursively as one moves down the hierarchy.
[Issue {sagnik1511#32}]Add clustering models inside single_model_dict
What you have to do-
1. Add 5 new clustering models inside
tab_automl.automl.models
file'ssingle_model_dict
object.2. Follow same code representations.
Follow contributing guidelines on README.md
The text was updated successfully, but these errors were encountered: