Update scripts
This commit is contained in:
parent
028bc88430
commit
e5b6eb58db
@ -85,7 +85,9 @@ def extend_train_data(alg2configs, name):
|
||||
config = copy.deepcopy(alg2configs[name])
|
||||
start_times = (
|
||||
"2008-01-01",
|
||||
"2008-07-01",
|
||||
"2009-01-01",
|
||||
"2009-07-01",
|
||||
"2010-01-01",
|
||||
"2011-01-01",
|
||||
"2012-01-01",
|
||||
|
@ -16,7 +16,7 @@ fi
|
||||
gpu=$1
|
||||
market=$2
|
||||
base=$3
|
||||
xtimes="2008-01-01 2009-01-01 2010-01-01 2011-01-01 2012-01-01 2013-01-01"
|
||||
xtimes="2008-01-01 2008-07-01 2009-01-01 2009-07-01 2010-01-01 2011-01-01 2012-01-01 2013-01-01"
|
||||
|
||||
for xtime in ${xtimes}
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user