摘要: 如下所示: l_time = result['date'].tolist() data['列名'].tolist() 阅读全文
posted @ 2021-02-08 04:22 墨问苍生 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: 1 import matplotlib.pyplot as plt 2 val_f1_list=[1,2,3] 3 train_f1_list=[2,3,4] 4 plt.figure(figsize=[20,9])#设置图像宽高 5 plt.plot(val_f1_list,label="val_ 阅读全文
posted @ 2021-02-08 04:11 墨问苍生 阅读(240) 评论(0) 推荐(0) 编辑