聚烯烃eta上传🆗

This commit is contained in:
jingboyitiji 2025-02-13 13:56:41 +08:00
parent 386af8007f
commit 1ca61af0a8
2 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ is_timefurture = True # 是否使用时间特征
is_fivemodels = False # 是否使用之前保存的最佳的5个模型 is_fivemodels = False # 是否使用之前保存的最佳的5个模型
is_edbcode = False # 特征使用edbcoding列表中的 is_edbcode = False # 特征使用edbcoding列表中的
is_edbnamelist = False # 自定义特征对应上面的edbnamelist is_edbnamelist = False # 自定义特征对应上面的edbnamelist
is_update_eta = False # 预测结果上传到eta is_update_eta = True # 预测结果上传到eta
is_update_report = False # 是否上传报告 is_update_report = False # 是否上传报告
is_update_warning_data = False # 是否上传预警数据 is_update_warning_data = False # 是否上传预警数据
is_del_corr = 0.6 # 是否删除相关性高的特征,取值为 0-1 0 为不删除0.6 表示删除相关性小于0.6的特征 is_del_corr = 0.6 # 是否删除相关性高的特征,取值为 0-1 0 为不删除0.6 表示删除相关性小于0.6的特征

View File

@ -42,9 +42,9 @@ plt.rcParams['axes.unicode_minus'] = False # 用来正常显示负号
# from config_jingbo_pro import * # from config_jingbo_pro import *
# from config_jingbo import * # from config_jingbo import *
from config_jingbo_zhoudu import * # from config_jingbo_zhoudu import *
# from config_yongan import * # from config_yongan import *
# from config_juxiting import * from config_juxiting import *