Random State in Sklearn and K-mean Clustering
Do you want to know how the random state in sklearn module works and how it affects the formation of clusters? Well, here we go! As we know, machine learning is all about data manipulation. Mostly, we divide the data into testing and training parts in order to evaluate the performance of the model. To …