Compare commits
9 Commits
a588629812
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
74f3731e77
|
|||
|
e7cae4d012
|
|||
|
7acb4c9f4c
|
|||
|
63dd320c66
|
|||
|
8619784c68
|
|||
|
124f6b7878
|
|||
|
d1004db0af
|
|||
|
c708ed57ad
|
|||
|
c313cb0ec9
|
+2
-2
@@ -14,7 +14,7 @@ Problem Statement: Implement K-Means clustering/ hierarchical clustering on `sal
|
|||||||
3. Select numerical features for clustering
|
3. Select numerical features for clustering
|
||||||
4. Standarize data
|
4. Standarize data
|
||||||
5. K-Means clustering
|
5. K-Means clustering
|
||||||
6. Hierarcial clustering
|
6. Hierarchical clustering
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ print("\nK-Means Cluster Centers:\n", kmeans.cluster_centers_)
|
|||||||
print("\nCluster counts:\n", df['KMeans_Cluster'].value_counts())
|
print("\nCluster counts:\n", df['KMeans_Cluster'].value_counts())
|
||||||
```
|
```
|
||||||
|
|
||||||
### 6. Hierarchial clustering:
|
### 6. Hierarchical clustering:
|
||||||
|
|
||||||
```python3
|
```python3
|
||||||
# Create linkage matrix
|
# Create linkage matrix
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -54,6 +54,8 @@ This repository contains vital resources for the Machine Learning course under t
|
|||||||
|
|
||||||
### [IN-SEM PYQ Answers](Notes/IN-SEM%20PYQ%20Answers)
|
### [IN-SEM PYQ Answers](Notes/IN-SEM%20PYQ%20Answers)
|
||||||
|
|
||||||
|
### [END-SEM PYQ Answers](Notes/END-SEM%20PYQ%20Answers)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|||||||
Reference in New Issue
Block a user