tsne = sklearn.manifold.TSNE(n_components=2, random_state=0, metric='cosine') matrix_2d = tsne.fit_transform(svd_matrix) >>> ValueError: Metric 'cosine' not ...
確定! 回上一頁