anlucara / saferwalks-map

This repository contains the algorithms development in python (K-means, etc) and the map visualization.
0 stars 0 forks source link

Kmeans algorithm #5

Closed ancara-art closed 3 years ago

ancara-art commented 3 years ago

This PR implements the Kmeans algorithm to cluster the parents for a specific school and computes the silhouette score. This was implemented in the Map prototype.ipynb file and needs to be moved to the dash application.