CartoDB / crankshaft

CARTO Spatial Analysis extension for PostgreSQL
BSD 3-Clause "New" or "Revised" License
54 stars 20 forks source link

Balanced kmeans (WIP) #197

Open stuartlynn opened 6 years ago

stuartlynn commented 6 years ago
andy-esch commented 6 years ago

A potential problem I see coming for this is that it's tied to scikit-learn 0.17.x, not 0.17.x+. Current version of scikit-learn is 0.19.x, which we'll probably want to include when we update the Python libraries..