← Back to all experiments
ClusteringAdvancedK-meansPCAStandardScaler
EXP10: K-means Clustering + PCA
Clusters Wisconsin breast cancer data and visualizes in PCA space.
Key highlights
- Standardizes features
- Clusters into 2 groups
- Reports accuracy after label alignment
Metrics
Confusion matrixAccuracy
Outputs

Clusters visualized in PCA space
Full Python Code
The complete Python script directly from the repository.
Python
Next steps
Want to explore further? Try the full gallery or open the raw script to tweak parameters.