MiraGeoscience / geoapps

Some applications, mostly in Python, using solutions from Mira Geoscience
MIT License
55 stars 12 forks source link

GEOPY-1245 - update kmeans to ensure the clusters are always the same. #673

Closed MatthieuCMira closed 5 months ago

MatthieuCMira commented 5 months ago

GEOPY-1245 - Clustering: Group IDs in application don't match output The issue cames from the order of the cluster, which was random even if the seed was fixed. ordering the ids of the clusters based on their values fix the issue.