Implementation of Kmeans clustering in three dimensions using sklearn and matplotlib. Kmeans clustering was carried out on a fairly small sized dataset relating to Indian tourism contained in "Final_data.csv" which was obtained by web scraping. Attributes: Latitude, Longitude, Start month of the ideal period, End month of the ideal period.
totoroTree/Kmeans_clustering_in_3dimensions
Implementation of Kmeans clustering in three dimensions using sklearn and matplotlib
Python