Skip to content

Commit

Permalink
Merge pull request ocademy-ai#570 from HarryandJack/clustering-vis
Browse files Browse the repository at this point in the history
Add clustering-vis to the k-means-clustering.ipynb
  • Loading branch information
reveurmichael authored Sep 22, 2023
2 parents e5a161a + ca236de commit d1293cb
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,24 @@
"Start by taking another look at the songs data."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8bf636c3",
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import HTML\n",
"display(HTML(\"\"\"\n",
"<p style=\"text-align: center;\">\n",
"<iframe src=\"https://static-1300131294.cos.ap-shanghai.myqcloud.com/html/clustering-vis/clustering.html\" width=\"105%\" height=\"800px;\"\n",
"style=\"border:none;\" scrolling=\"auto\"></iframe>\n",
"A demo of linear-regression. <a\n",
"href=\"https://www.naftaliharris.com/blog/visualizing-k-means-clustering/\"> [source]</a>\n",
"</p>\n",
"\"\"\"))"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit d1293cb

Please sign in to comment.