Skip to content

Commit f709c3e

Browse files
committed
add visualization
1 parent 236e3ba commit f709c3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Recommendation Models/Music Recommendation/clustering.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,10 @@
369369
"id": "81c301ba-3b26-40b2-8392-29398b1c5c30",
370370
"metadata": {},
371371
"outputs": [],
372-
"source": []
372+
"source": [
373+
"# visualizing the dataset in clusters\n",
374+
"sns.pairplot(data = df, hue = 'kmeans')"
375+
]
373376
}
374377
],
375378
"metadata": {

0 commit comments

Comments
 (0)