diff --git a/open-machine-learning-jupyter-book/ml-advanced/clustering/k-means-clustering.ipynb b/open-machine-learning-jupyter-book/ml-advanced/clustering/k-means-clustering.ipynb index dcece1e33e..b5cbd6c229 100644 --- a/open-machine-learning-jupyter-book/ml-advanced/clustering/k-means-clustering.ipynb +++ b/open-machine-learning-jupyter-book/ml-advanced/clustering/k-means-clustering.ipynb @@ -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", + "
\n", + "\n", + "A demo of linear-regression. [source]\n", + "
\n", + "\"\"\"))" + ] + }, { "cell_type": "code", "execution_count": 1,