This analysis performs K-Means clustering on a dataset of 986 samples with 49 features (25 continuous, 24 binary). The optimal number of clusters is determined through consensus voting across multiple validation metrics.
- Create the conda environment from the provided environment file:
conda env create -f environment.yml- Activate the environment:
conda activate clustering_analysispython clustering_analysis.pyPerforms K-Means clustering with evaluation and visualization.