更改聚烯烃配置文件

This commit is contained in:
jingboyitiji 2025-02-11 10:58:30 +08:00
parent e23e1b1362
commit a6b30ca82f

View File

@ -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)
# 数据截取日期