From 0683d411f124b6c4ec61b831dd87683c9728de44 Mon Sep 17 00:00:00 2001 From: jingboyitiji Date: Tue, 1 Apr 2025 14:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=BA=A6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_jingbo_yuedu.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_jingbo_yuedu.py b/config_jingbo_yuedu.py index e96fd52..0571968 100644 --- a/config_jingbo_yuedu.py +++ b/config_jingbo_yuedu.py @@ -194,18 +194,18 @@ table_name = 'v_tbl_crude_oil_warning' # 开关 -is_train = False # 是否训练 +is_train = True # 是否训练 is_debug = False # 是否调试 -is_eta = False # 是否使用eta接口 +is_eta = True # 是否使用eta接口 is_market = True # 是否通过市场信息平台获取特征 ,在is_eta 为true 的情况下生效 is_timefurture = True # 是否使用时间特征 is_fivemodels = False # 是否使用之前保存的最佳的5个模型 is_edbcode = False # 特征使用edbcoding列表中的 is_edbnamelist = False # 自定义特征,对应上面的edbnamelist is_update_eta = False # 预测结果上传到eta -is_update_report = False # 是否上传报告 +is_update_report = True # 是否上传报告 is_update_warning_data = False # 是否上传预警数据 -is_update_predict_value = False # 是否上传预测值到市场信息平台 +is_update_predict_value = True # 是否上传预测值到市场信息平台 is_del_corr = 0.6 # 是否删除相关性高的特征,取值为 0-1 ,0 为不删除,0.6 表示删除相关性小于0.6的特征 is_del_tow_month = False # 是否删除两个月不更新的特征 is_bdwd = True # 是否使用八大维度