Compare commits

..

No commits in common. "a2347ed1c3f7a956daeac9416074e2cc0b95d12c" and "21649e1cc8121c762c32c0fcb3f309bc0d805d66" have entirely different histories.

View File

@ -391,7 +391,7 @@ def predict_main():
logger.info(f"开始训练模型...")
row, col = df.shape
now = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
now = datetime.datetime.now().strftime('%Y%m%H%M%S')
ex_Model(df,
horizon=global_config['horizon'],
input_size=global_config['input_size'],