chart = ggplot( df_tsne, aes(x='x-tsne', y='y-tsne', color='label') ) \ + geom_point(size=15,alpha=0.8) \ + ggtitle("tSNE dimensions colored ...
確定! 回上一頁