Python凝聚聚类

时间:2015-06-23 19:10:03

标签: python-2.7 hierarchical-clustering

我是集群的新手(在Python中使用sklearn)。我正在尝试使用以下方法导入凝聚聚类:

from sklearn.cluster import AgglomerativeClustering

但是我收到以下错误:

from sklearn.cluster import AgglomerativeClustering

ImportError: cannot import name AgglomerativeClustering

我确实从http://scikit-learn.org/在我的UBUNTU机器上安装了最新版本的sklearn,但仍然没有运气!任何人都可以帮我吗?

1 个答案:

答案 0 :(得分:0)

发布此内容有点晚了但是对于遇到此错误的所有其他人,您会希望看到此帖子Why can't I import the AgglomerativeClustering class?

您可能需要升级scikit-learn版本才能使用凝聚群集功能。