from sklearn.datasets import load_digits #mnist from sklearn.manifold import Isomap X, _ = load_digits(return_X_y=True) #加載資料embedding ...
確定! 回上一頁