Skip to content

My Blobs Project is a Python project that demonstrates the generation of synthetic data using the make_blobs function from sklearn. The project implements a custom clustering algorithm to identify clusters in the generated data. It visualizes the clusters and their centers using matplotlib.

License

Notifications You must be signed in to change notification settings

jennIT20/my-blobs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Blobs Project

This project generates and visualizes synthetic data using the make_blobs function from sklearn and applies a custom clustering algorithm to identify clusters in the data.

Features

  • Generates synthetic data with make_blobs.
  • Implements a custom clustering algorithm using pairwise_distances_argmin.
  • Visualizes the clustering results using matplotlib.

Requirements

To run this project, you need to have Python installed along with the required packages. You can install the dependencies using:

pip install -r requirements.txt
  
git clone https://github.com/your-username/my-blobs-project.git
cd my-blobs-project
python custom_clustering.py

About

My Blobs Project is a Python project that demonstrates the generation of synthetic data using the make_blobs function from sklearn. The project implements a custom clustering algorithm to identify clusters in the generated data. It visualizes the clusters and their centers using matplotlib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages