만약 KMeans 오류가 생긴다면 numpy와 threadpoolctl의 호환성 문제 가능성 존재함 → pip install threadpoolctl --upgrade → pip install threadpoolctl==3.1.0 → numpy & threadpoolctl 버전 호환 찾기
pip install threadpoolctl --upgrade
pip install threadpoolctl==3.1.0