There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
K-Means Clustering Model of Delivery Fleet Drivers of a company with clusters Visualized with Matplotlib. I used Elbow Method to determine the optimum K value by ploting K's in range(1,11) against "Within Cluster Sum of Squares" wcss values.