We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd50894 commit ae7f6feCopy full SHA for ae7f6fe
notebooks/chapter08_ml/08_clustering.ipynb
@@ -1,7 +1,7 @@
1
{
2
"metadata": {
3
"name": "",
4
- "signature": "sha256:de953a6d465366deb73dd02491c77638cb641b43aef06399ce742fff0a50109f"
+ "signature": "sha256:0c100c427d041c0911234cc8f88a51e3ac4f09460e7e617d6f44ae29f06356d7"
5
},
6
"nbformat": 3,
7
"nbformat_minor": 0,
@@ -170,7 +170,7 @@
170
"plt.title(\"True labels\");\n",
171
"for i, est in enumerate([\n",
172
" clu.SpectralClustering(3),\n",
173
- " clu.Ward(3),\n",
+ " clu.AgglomerativeClustering(3),\n",
174
" clu.MeanShift(),\n",
175
" clu.AffinityPropagation(),\n",
176
" clu.DBSCAN(),\n",
0 commit comments