From a6b30ca82f13e741b5900240bbe6cf36b628e1c2 Mon Sep 17 00:00:00 2001 From: jingboyitiji Date: Tue, 11 Feb 2025 10:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=81=9A=E7=83=AF=E7=83=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_juxiting.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_juxiting.py b/config_juxiting.py index 4428ee1..9dec2f0 100644 --- a/config_juxiting.py +++ b/config_juxiting.py @@ -216,7 +216,7 @@ upload_data = { ### 开关 is_train = False # 是否训练 is_debug = False # 是否调试 -is_eta = True # 是否使用eta接口 +is_eta = False # 是否使用eta接口 is_timefurture = True # 是否使用时间特征 is_fivemodels = False # 是否使用之前保存的最佳的5个模型 is_edbcode = False # 特征使用edbcoding列表中的 @@ -228,9 +228,9 @@ is_del_corr = 0 # 是否删除相关性高的特征,取值为 0-1 ,0 为不删 # 连接到数据库 -db_mysql = MySQLDB(host=host, user=dbusername, password=password, database=dbname) -db_mysql.connect() -print("数据库连接成功",host,dbname,dbusername) +# db_mysql = MySQLDB(host=host, user=dbusername, password=password, database=dbname) +# db_mysql.connect() +# print("数据库连接成功",host,dbname,dbusername) # 数据截取日期