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.
Make sure you have the following dependencies installed:
- pandas
- scikit-learn
- matplotlib
You can install them using:
pip install pandas scikit-learn matplotlib