ValueError: threshold must be numeric and non-NAN, try sys.maxsize for untruncated representation
这是由np.set_printoptions(threshold=np.nan)引起的错误,解决方法是把参数np.nan改成一个很大的数,比如10,000,000,这个数的大小取决于你的需要。为什么这样改需要从np.set_printoptions这个功能说起。np.set_printoptions(precision=None,threshold=None,edgeitems=None,line