简体   繁体   English

如何删除科学记数法以查看 [pca.explained_variance_ratio_]?

[英]How can scientific notation be removed for viewing [pca.explained_variance_ratio_]?

How to remove the scientific notation for viewing [pca.explained_variance_ratio_]?如何去掉查看[pca.explained_variance_ratio_]的科学记数法? to any number of desired decimal places [resulting array with notation]到任意数量的所需小数位[带符号的结果数组]

Try using the following:尝试使用以下内容:

np.set_printoptions(suppress=True)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM