Skip to content

Commit b6fa0d8

Browse files
Create README.md
1 parent 793b90e commit b6fa0d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Python/K Means/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This script contains a program to **Implement K Means Clustering without using scikit-learn**
2+
3+
**Why K Means Clustering is important?**
4+
The K-means clustering algorithm is used to find groups which have not been explicitly labeled in the data.
5+
6+
**Libraries Used**
7+
numpy
8+
pandas
9+
matplotlib
10+
seaborn
11+
random
12+
math

0 commit comments

Comments
 (0)