Clustering Ensemble or Consensus to combine the different cluster output
I tried to use ClusterEnsemble, getting error while using ClusterEnsemble package in Python:
ERROR: Cannot install clusterensembles==0.2.7 and clusterensembles==1.0.0
because these package versions have conflicting dependencies.
Is there any way I can use Voting or Bagging or Consensus matrix ensemble method for UnSupervised learning in Python? Or, Adaptive Clustering Ensemble?
Please advise.
Topic ensemble unsupervised-learning clustering
Category Data Science