from sklearn.cluster import KMeans
kmeans 알고리즘을 사용하려고 하려고 scikit-learn, numpy 모듈 등을 설치했는데도
다음과 같은 에러가 났을 때
AttributeError: 'module' object has no attribute 'cluster'
scikit-learn 을 설치할 때 잘 보면
Scikit-learn integrates classic machine learning algorithms.
Requires numpy-mkl.
다음과 같은 설명을 볼 수 있다.
numpy-mkl모듈도 함께 설치해야 한다~!
반응형
'IT > Python' 카테고리의 다른 글
python txt파일 읽기 에러 'cp949' (4) | 2014.12.19 |
---|---|
sklearn.cross_validation.train_test_split(*arrays, **options) (0) | 2014.12.19 |
mac에 python, opencv 설치 (0) | 2014.12.19 |
python으로 간단하게 스크래핑 해보기 in windows7 (0) | 2014.12.19 |
Python 과 OpenCV 기초 (scaling, rotating, cropping) (0) | 2014.12.19 |