Skip to content

Commit

Permalink
update term "sample"
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jun 16, 2019
1 parent e218139 commit f89a155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch11/ch11.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
}
],
"source": [
"# 3. correct approach: Input sample matrix\n",
"# 3. correct approach: Input matrix\n",
"\n",
"row_clusters = linkage(df.values, method='complete', metric='euclidean')\n",
"pd.DataFrame(row_clusters,\n",
Expand Down

0 comments on commit f89a155

Please sign in to comment.