Divisive clustering

how do i use divisive clustering , i am not able to import it from sklearn.
can you tell me how do i use it in my code

Hey @sankalparora5

Divisive learning’s is not implemented in sklearn yet. If you just want to use Hierarchical Clustering, then you can use Agglomerative Clustering which is implemented in sklearn already. If you specifically want to use Divisivve clustering, then you can use the code from this Github Repo.

Hope this helps!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.