普货配置
This commit is contained in:
parent
21649e1cc8
commit
4cf97dfbb9
@ -1,4 +1,4 @@
|
|||||||
# 读取配置
|
# 读取配置
|
||||||
|
|
||||||
from lib.dataread import *
|
from lib.dataread import *
|
||||||
from config_shiyoujiao_puhuo import *
|
from config_shiyoujiao_puhuo import *
|
||||||
@ -391,7 +391,7 @@ def predict_main():
|
|||||||
logger.info(f"开始训练模型...")
|
logger.info(f"开始训练模型...")
|
||||||
row, col = df.shape
|
row, col = df.shape
|
||||||
|
|
||||||
now = datetime.datetime.now().strftime('%Y%m%H%M%S')
|
now = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
|
||||||
ex_Model(df,
|
ex_Model(df,
|
||||||
horizon=global_config['horizon'],
|
horizon=global_config['horizon'],
|
||||||
input_size=global_config['input_size'],
|
input_size=global_config['input_size'],
|
||||||
|
Loading…
Reference in New Issue
Block a user