Skip to content

Jampana-Jagadeesh/kmean-cluster

Repository files navigation

K-Means Clustering for Mango Dataset

Project Source Code

This repository contains Python code for performing K-Means clustering on a dataset of mangoes based on their features. The code uses the scikit-learn library for K-Means clustering and matplotlib for data visualization.

Getting Started

Prerequisites

Make sure you have the following dependencies installed:

  • pandas
  • scikit-learn
  • matplotlib

You can install them using:

pip install pandas scikit-learn matplotlib

Releases

No releases published

Packages

No packages published

Languages