UMAP (n_components=2, random_state=42).fit_ transform(emb) idx= np.arange(len(emb)) fig, ax = plt.subplots(figsize=(12, 12)) ax.set_facecolor('whitesmoke') ...
確定! 回上一頁