摘要: 1. numpy.genfromtxt(path, delimiter=',', dtype=str, skip_header=1) 将数据从csv导入array *类型为string 若数据为图像,还需对图像进行处理(增广) string--split()--list--np.array()--n 阅读全文
posted @ 2019-11-12 21:12 Junzhao 阅读(523) 评论(0) 推荐(0)
摘要: { "editor.fontSize": 18, "editor.formatOnType": true, "python.linting.pylintArgs": [ "--disable=E1101", "--disable=E1121", "--disable=W,C" ], "editor. 阅读全文
posted @ 2019-11-12 20:06 Junzhao 阅读(3510) 评论(0) 推荐(0)