I am new to ML. I am trying to implement k-means which uses a BIC function that takes cluster and data points as arguments and returns BIC value. I need a function to find best k value that is maximise the BIC. Can anyone provide a code snippet for BIC function in python. I searched everywhere I couldn't find exact what I needed
Asked
Active
Viewed 32 times
0
-
Refer to this link and this – Thalassophile Jun 01 '20 at 08:37
-
Or this question https://stats.stackexchange.com/questions/90769/using-bic-to-estimate-the-number-of-k-in-kmeans – ralph Jun 01 '20 at 08:39
-
yes thank you all.... I found those links later – KSK Jun 15 '20 at 12:46