Re: [scikit-learn] Elbow method function for K-means procedure (Andreas Mueller)

2018-11-08 Thread Maiia Bakhova
Hello Andreas, thanks for your reply! Sorry, I did not know about methods. I guess it is a recent development and I should have checked it out. I came up with my idea after advising to students on a Machine Learning Course to compute cosines, and by their reaction the idea is not so easy to code.

Re: [scikit-learn] Elbow method function for K-means procedure

2018-11-05 Thread Andreas Mueller
Hey. This is a method that's relatively easy to implement if someone wants to use it (as witnessed by the shortness of your notebook). It's hard to make it work robustly, though, and we have several cluster evaluation measures in sklearn already. I would be more interested in see some stabilit