Skip to content

Commit ae7f6fe

Browse files
committed
Minor fix in recipe 8.8.
1 parent bd50894 commit ae7f6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/chapter08_ml/08_clustering.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:de953a6d465366deb73dd02491c77638cb641b43aef06399ce742fff0a50109f"
4+
"signature": "sha256:0c100c427d041c0911234cc8f88a51e3ac4f09460e7e617d6f44ae29f06356d7"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -170,7 +170,7 @@
170170
"plt.title(\"True labels\");\n",
171171
"for i, est in enumerate([\n",
172172
" clu.SpectralClustering(3),\n",
173-
" clu.Ward(3),\n",
173+
" clu.AgglomerativeClustering(3),\n",
174174
" clu.MeanShift(),\n",
175175
" clu.AffinityPropagation(),\n",
176176
" clu.DBSCAN(),\n",

0 commit comments

Comments
 (0)