Skip to content
GitHub Universe 2025
Last chance: Save $400 on Universe passes until 9/17. Register now
#

silhouette-score

Here are 17 public repositories matching this topic...

OptimalCluster is the Python implementation of various algorithms to find the optimal number of clusters. The algorithms include elbow, elbow-k_factor, silhouette, gap statistics, gap statistics with standard error, and gap statistics without log. Various types of visualizations are also supported.

  • Updated Nov 19, 2021
  • Python

This code demonstrates how to integrate Apache Beam with scikit-learn datasets and perform simple data transformations. It loads the Linnerud dataset from scikit-learn, converts it into a Pandas DataFrame for easier manipulation.

  • Updated Mar 17, 2025
  • Python

A web-based clustering application developed for my undergraduate thesis, utilizing K-Means and K-Medoids algorithms with Silhouette Coefficient optimization. Features include CSV input, exploratory data analysis (EDA), automated preprocessing, and result visualizations.

  • Updated Jul 27, 2024
  • Python

Implemented an auto-clustering tool with seed and number of clusters finder. Optimizing algorithms: Silhouette, Elbow. Clustering algorithms: k-Means, Bisecting k-Means, Gaussian Mixture. Module includes micro-macro pivoting, and dashboards displaying radius, centroids, and inertia of clusters. Used: Python, Pyspark, Matplotlib, Spark MLlib.

  • Updated Feb 4, 2025
  • Python

This repository contains all program files and datasets used in implementation of Masters Thesis Research Work for the topic - "Efficient Clustering via Kernel Principal Component Analysis and Optimal One Dimensional Clustering".

  • Updated Mar 16, 2021
  • Python

This project implements customer segmentation using Principal Component Analysis (PCA) for dimensionality reduction and Gaussian Mixture Models (GMM) for clustering. It analyzes customer data and visualizes the clusters in 2D and 3D. The optimal number of clusters is determined using the Bayesian Information Criterion (BIC).

  • Updated Feb 6, 2025
  • Python

Improve this page

Add a description, image, and links to the silhouette-score topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the silhouette-score topic, visit your repo's landing page and select "manage topics."

Learn more