/trying-to-find-optimal-number-of-clusters

Trying to find the optimal number of clusters using unsupervised ML.

Primary LanguageJupyter Notebook

trying-to-find-optimal-number-of-clusters

Trying to find the optimal number of clusters using unsupervised ML.

Step-1: Importing all the important libraries

Step-2: Importing the data-set into the file

Step-3: check whether Data-Set is imported successfully or not ?

Step-4: Plot a Graph to show our data to find the optimum numbers of clusters for k-means

Step-4: Creating y_means

Step-5: Visualising the clusters