본문 바로가기
IT 와 Social 이야기/Python

[Tech With Tim] Python Machine Learning Tutorial #12 - Implementing K-Means Clustering

by manga0713 2020. 6. 3.






*** Python Machine Learning 12

: Implementing K-Means Clustering (using sklearn)


- Importing Modules (numpy, sklearn/scale/load_digits/KMeans/metrics)

- Loading the Data-set

- Scoring

- Training the Model



*** Text-Based Tutorial: https://techwithtim.net/tutorials/mac...

*** SkLearn Performance Evaluation: https://scikit-learn.org/stable/modul...

*** SkLearn Example Code: https://scikit-learn.org/stable/modul...