An open API service indexing awesome lists of open source software.

https://github.com/mehradi-github/ref-jupyter-clustering-analysis

Comparing K_Means and Complete Linkage in SSE and accuracy_score
https://github.com/mehradi-github/ref-jupyter-clustering-analysis

Last synced: 3 months ago
JSON representation

Comparing K_Means and Complete Linkage in SSE and accuracy_score

Awesome Lists containing this project

README

          

# Jupyter clustering analysis

The analysis compares the K-Means clustering algorithm with the Complete Linkage hierarchical clustering method by evaluating both approaches using two key performance metrics: Sum of Squared Errors (SSE), which measures within-cluster compactness, and accuracy_score, which assesses how well the clustering results match the true labels.

![Plot1](./results/Plot1.png)
![Plot2](./results/Plot2.png)
![Result](./results/Result.png)