From 1ca61af0a82d9bf2dcae612b7b59e366722080f1 Mon Sep 17 00:00:00 2001 From: jingboyitiji Date: Thu, 13 Feb 2025 13:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=9A=E7=83=AF=E7=83=83eta=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=F0=9F=86=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_juxiting.py | 2 +- lib/dataread.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_juxiting.py b/config_juxiting.py index f8fe8af..2505e40 100644 --- a/config_juxiting.py +++ b/config_juxiting.py @@ -209,7 +209,7 @@ is_timefurture = True # 是否使用时间特征 is_fivemodels = False # 是否使用之前保存的最佳的5个模型 is_edbcode = False # 特征使用edbcoding列表中的 is_edbnamelist = False # 自定义特征,对应上面的edbnamelist -is_update_eta = False # 预测结果上传到eta +is_update_eta = True # 预测结果上传到eta is_update_report = False # 是否上传报告 is_update_warning_data = False # 是否上传预警数据 is_del_corr = 0.6 # 是否删除相关性高的特征,取值为 0-1 ,0 为不删除,0.6 表示删除相关性小于0.6的特征 diff --git a/lib/dataread.py b/lib/dataread.py index 72f9c10..2c5b09a 100644 --- a/lib/dataread.py +++ b/lib/dataread.py @@ -42,9 +42,9 @@ plt.rcParams['axes.unicode_minus'] = False # 用来正常显示负号 # from config_jingbo_pro import * # from config_jingbo import * -from config_jingbo_zhoudu import * +# from config_jingbo_zhoudu import * # from config_yongan import * -# from config_juxiting import * +from config_juxiting import *