“cosine_distance“ “KMeansClusterer“ is not defined

在进行k-means聚类分析时候,提示"KMeansClusterer" is not defined,假如还没安装有包的话要先下载
找到python文件夹里面的Scripts,在控制台中进入该路径,然后运行pip install nltk即可下载
下载成功后在代码头部添加导包操作from nltk.cluster import KMeansClusterer, cosine_distance

你可能感兴趣的:(python)