Fix typo
parent
1cf75d217b
commit
4dc4a21367
|
@ -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()"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue