原油特征去掉kpler数据
This commit is contained in:
parent
061d38a621
commit
e2380f5615
@ -168,7 +168,7 @@ upload_data = {
|
||||
### 开关
|
||||
is_train = True # 是否训练
|
||||
is_debug = False # 是否调试
|
||||
is_eta = False # 是否使用eta接口
|
||||
is_eta = True # 是否使用eta接口
|
||||
is_timefurture = True # 是否使用时间特征
|
||||
is_fivemodels = False # 是否使用之前保存的最佳的5个模型
|
||||
is_edbcode = False # 特征使用edbcoding列表中的
|
||||
|
Binary file not shown.
@ -1073,6 +1073,10 @@ class EtaReader():
|
||||
else:
|
||||
pass
|
||||
|
||||
# 去掉kpler数据源
|
||||
if 'Kpler' in ClassifyName or 'kpler' in ClassifyName:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
def filter_pp_data(self,ClassifyName,data):
|
||||
|
Loading…
Reference in New Issue
Block a user