• Stars
    star
    1
  • Language
    Jupyter Notebook
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

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.