mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Fix typo
This commit is contained in:
@@ -2432,8 +2432,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"%time X_mds_reduced = MDS(n_components=2, normalized_stress=False,\n",
|
"%time X_mds_reduced = MDS(n_components=2, normalized_stress=False, random_state=42).fit_transform(X_sample)\n",
|
||||||
" random_state=42).fit_transform(X_sample)\n",
|
|
||||||
"plot_digits(X_mds_reduced, y_sample)\n",
|
"plot_digits(X_mds_reduced, y_sample)\n",
|
||||||
"plt.show()"
|
"plt.show()"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user