如何删除查看pca.explained_variance_ratio_的科学符号?任意数目的小数位( [resulting array with notation])
发布于 2022-09-06 18:43:59
尝试使用以下方法:
np.set_printoptions(suppress=True)
https://stackoverflow.com/questions/72354010
相似问题