An open API service indexing awesome lists of open source software.

https://github.com/mahmoud-elghonemy/prediction-using-unsupervised-ml

from the given "iris" dataset predict the optimum number of clusters and represent it visually
https://github.com/mahmoud-elghonemy/prediction-using-unsupervised-ml

clustering elbow-method kmeans-clustering unsupervised-clustering unsupervised-machine-learning

Last synced: about 1 month ago
JSON representation

from the given "iris" dataset predict the optimum number of clusters and represent it visually

Awesome Lists containing this project

README

        

# Task 2 : Prediction-using-Unsupervised-ML
Task : From the given 'IRIS' dataset predict the optimal number of clusters and represents it visually

Data set : https://bit.ly/3kXTdox

using to solve problem by two methods

**1-The Elbow Method**

**2-silhouette score**

# *Visualizing the cluster data by K-means*