Commit 5a935845 authored by 张彦钊's avatar 张彦钊

修改模型训练数据的起始日期

parent 014bedfa
......@@ -25,7 +25,6 @@ LOCAL_DIRCTORY = "/Users/mac/utils/"
QUEUE_ONLINE_HOST = 'rm-m5e842126ng59jrv6.mysql.rds.aliyuncs.com'
# 本地日记队列域名
LOCAL_HOST = 'rdsmaqevmuzj6jy.mysql.rds.aliyuncs.com'
......
......@@ -18,7 +18,7 @@ def get_date():
month = now.month
day = now.day
date = datetime(year,month,day)
data_start_date = "2018-06-15"
data_start_date = "2018-07-15"
data_end_date = "2018-09-01"
validation_date = "2018-08-31"
# data_start_date = (date - timedelta(days=3)).strftime("%Y-%m-%d")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment