From 89ac2b453154a21dbb3645a8b62e7c248efc1a17 Mon Sep 17 00:00:00 2001 From: workpc Date: Wed, 26 Mar 2025 14:37:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=B3=E6=B2=B9=E7=84=A6=E6=99=AE=E8=B4=A7?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_shiyoujiao_puhuo.py | 4 ++-- main_shiyoujiao_lvyong.py | 2 +- main_shiyoujiao_puhuo.py | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config_shiyoujiao_puhuo.py b/config_shiyoujiao_puhuo.py index 1c02fa0..ef2c9ee 100644 --- a/config_shiyoujiao_puhuo.py +++ b/config_shiyoujiao_puhuo.py @@ -353,10 +353,10 @@ weight_dict = [0.4, 0.15, 0.1, 0.1, 0.25] # 权重 # 文件 data_set = '石油焦普货指标数据.xlsx' # 数据集文件 -dataset = 'shiyoujiaolvyongdataset' # 数据集文件夹 +dataset = 'shiyoujiaopuhuodataset' # 数据集文件夹 # 数据库名称 -db_name = os.path.join(dataset, 'jbsh_shiyoujiao_lvyong.db') +db_name = os.path.join(dataset, 'jbsh_shiyoujiao_puhuo.db') sqlitedb = SQLiteHandler(db_name) sqlitedb.connect() diff --git a/main_shiyoujiao_lvyong.py b/main_shiyoujiao_lvyong.py index b49e987..a23fc00 100644 --- a/main_shiyoujiao_lvyong.py +++ b/main_shiyoujiao_lvyong.py @@ -422,7 +422,7 @@ def predict_main(): # 模型报告 logger.info('制作报告ing') title = f'{settings}--{end_time}-预测报告' # 报告标题 - reportname = '石油焦铝用渠道.pdf' # 报告文件名 + reportname = '石油焦大模型铝用渠道.pdf' # 报告文件名 # reportname = f'石油焦铝用大模型日度预测--{end_time}.pdf' # 报告文件名 # reportname = reportname.replace(':', '-') # 替换冒号 shiyoujiao_lvyong_export_pdf(dataset=dataset, num_models=5 if is_fivemodels else 22, time=end_time, diff --git a/main_shiyoujiao_puhuo.py b/main_shiyoujiao_puhuo.py index 9e2c0cd..101ab33 100644 --- a/main_shiyoujiao_puhuo.py +++ b/main_shiyoujiao_puhuo.py @@ -422,8 +422,9 @@ def predict_main(): # 模型报告 logger.info('制作报告ing') title = f'{settings}--{end_time}-预测报告' # 报告标题 - reportname = f'石油焦普货大模型日度预测--{end_time}.pdf' # 报告文件名 - reportname = reportname.replace(':', '-') # 替换冒号 + reportname = '石油焦大模型普货渠道.pdf' # 报告文件名 + # reportname = f'石油焦大模型普货日度预测--{end_time}.pdf' # 报告文件名 + # reportname = reportname.replace(':', '-') # 替换冒号 shiyoujiao_lvyong_export_pdf(dataset=dataset, num_models=5 if is_fivemodels else 22, time=end_time, reportname=reportname, sqlitedb=sqlitedb),