Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 587 Bytes

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