标签: python numpy
尝试使用带有numpy数组的numpy.savetxt写入时出现此类型错误:
predictions = array([b'5712.3', b'2058.0', b'834.03', b'535.63', ... b'8796.2', b'9593.0'], dtype='|S6') np.savetxt('test.txt', predictions, newline=" ")
我在文档中找不到任何有用的内容,我们将不胜感激。