Skip to content

Commit 0929a52

Browse files
Update README.md
1 parent b4dadf8 commit 0929a52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@
104104

105105
### 18 Interview Questions on Clustering (Theory)
106106
* Commonly asked question on Clustering
107+
108+
### 19 K Modes (Theory)
109+
* For Categorical variable clustering, use K Modes
110+
* It uses the dissimilarities(total mismatch) between data points
111+
* Lesser the dissimilarities, the more our data points are closer
112+
* It uses Mode for most value in the column
113+
114+
### 20 K Modes (Code)
115+
* K Mode code in Python

0 commit comments

Comments
 (0)