Skip to content

ninasinger/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering Analysis

Overview

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.

Setup

Creating the Conda Environment

  1. Create the conda environment from the provided environment file:
conda env create -f environment.yml
  1. Activate the environment:
conda activate clustering_analysis

Main Analysis

python clustering_analysis.py

Performs K-Means clustering with evaluation and visualization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages