From 21649e1cc8121c762c32c0fcb3f309bc0d805d66 Mon Sep 17 00:00:00 2001 From: jingboyitiji Date: Thu, 27 Mar 2025 10:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=B3=E6=B2=B9=E7=84=A6=E6=99=AE=E8=B4=A7?= =?UTF-8?q?=E6=B8=A0=E9=81=93=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main_shiyoujiao_puhuo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_shiyoujiao_puhuo.py b/main_shiyoujiao_puhuo.py index b86d84b..431eac5 100644 --- a/main_shiyoujiao_puhuo.py +++ b/main_shiyoujiao_puhuo.py @@ -391,7 +391,7 @@ def predict_main(): logger.info(f"开始训练模型...") row, col = df.shape - now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') + now = datetime.datetime.now().strftime('%Y%m%H%M%S') ex_Model(df, horizon=global_config['horizon'], input_size=global_config['input_size'],