原油配置报告名称
This commit is contained in:
parent
26dd6a7a07
commit
b1329bae66
@ -262,8 +262,8 @@ sqlitedb.connect()
|
|||||||
|
|
||||||
settings = f'{input_size}-{horizon}-{train_steps}--{k}-{data_set}-{y}'
|
settings = f'{input_size}-{horizon}-{train_steps}--{k}-{data_set}-{y}'
|
||||||
# 获取日期时间
|
# 获取日期时间
|
||||||
now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间
|
# now = datetime.datetime.now().strftime('%Y%m%d%H%M%S') # 获取当前日期时间
|
||||||
# now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间
|
now = datetime.datetime.now().strftime('%Y-%m-%d') # 获取当前日期时间
|
||||||
reportname = f'Brent原油大模型预测--{now}.pdf' # 报告文件名
|
reportname = f'Brent原油大模型预测--{now}.pdf' # 报告文件名
|
||||||
reportname = reportname.replace(':', '-') # 替换冒号
|
reportname = reportname.replace(':', '-') # 替换冒号
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user