Skip to content

Commit

Permalink
Add clustering-vis to the k-means-clustering.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yourusername committed Sep 21, 2023
1 parent 85d8829 commit ca236de
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 ca236de

Please sign in to comment.