From the given dataset, predict the optimum number of clusters and represent it visually.
Use R or Python or perform this task
🔵 Imports the dataset from the given URL
🔵 Loads the dataframe
🔵 Finds the optimum number of clusters for k-means classification
🔵 Plots the results onto a line graph
🔵 Observes the graph
🔵 Creats the kmeans classifier
🔵 Visualises the clusters
You can find the required Dataset used in the project here.
In the end, you can visualise the clusters on the first two columns!
Feel free to open an issue on GitHub if you find any bug.
Feel free to Create an issue on GitHub to request any additional features you might need for your use case.