Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksharma67/k-means-algorithm-on-the-iris-dataset
Applied the K-Means algorithm on the Iris dataset, and utilized the Silhouette Score method to find the best value of K
https://github.com/ksharma67/k-means-algorithm-on-the-iris-dataset
eda elbow-method iris-dataset kmeans-clustering matplotlib numpy pandas python seaborn silhouette-score
Last synced: 14 days ago
JSON representation
Applied the K-Means algorithm on the Iris dataset, and utilized the Silhouette Score method to find the best value of K
- Host: GitHub
- URL: https://github.com/ksharma67/k-means-algorithm-on-the-iris-dataset
- Owner: ksharma67
- Created: 2022-10-28T16:45:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T16:47:39.000Z (about 2 years ago)
- Last Synced: 2024-11-06T12:49:00.787Z (2 months ago)
- Topics: eda, elbow-method, iris-dataset, kmeans-clustering, matplotlib, numpy, pandas, python, seaborn, silhouette-score
- Language: Jupyter Notebook
- Homepage:
- Size: 551 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K Means Algorithm On The Iris Dataset
Applied the K-Means algorithm on the Iris dataset, and utilized the Silhouette Score method to find the best value of K