raghav-khanna / Facility-Location-India

MIT License
1 stars 0 forks source link

[Ziko et.al] sklearn.cluster.k_means_._init_centroids" is not defined #14

Open DarkMenacer opened 10 months ago

DarkMenacer commented 10 months ago

Description

In the file, src/fair_clustering.py, the algorithm uses sklearn library for calculate initial centroids for kmeanspp. However the method being used is now deprecated.

To do

Find alternative ways to initialise centroids using Kmeanspp while simultaneously ensuring that the rest of the code gives consistent results throughout

Example

Screenshot 2023-10-29 at 00 12 21