A machine learning project, completed using Google Colab, using Scikit-Learn's KMeans Clustering Algorithm. The algorithm clustered a given set of customers into various groups depending on similar characteristics.
The dataset was sourced from Kaggle and consists of 5 columns detailing; CustomerID, Age, Gender, Annual Income and Spending score and 200 rows of data.
Programming Language: Python
Libraries and Frameworks:
NumPy
Pandas
Matplotlib
Seaborn
Scikit-learn (for machine learning algorithms and evaluation metrics)