diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-04 16:58:17 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-04 16:58:32 -0400 |
commit | c912ef9424be973b11b4c7b7dbb2d32a8f3a9ab9 (patch) | |
tree | e60277aab59c93b4cc94026cd5c25d967a195251 /config | |
parent | 80d3ea67a845484d119cb88f0a0412f981ab344c (diff) | |
download | taxi-c912ef9424be973b11b4c7b7dbb2d32a8f3a9ab9.tar.gz taxi-c912ef9424be973b11b4c7b7dbb2d32a8f3a9ab9.zip |
Restructure model & config
Diffstat (limited to 'config')
-rw-r--r-- | config/simple_mlp_0.py (renamed from config/model_0.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/model_0.py b/config/simple_mlp_0.py index c4985b2..61ddbfd 100644 --- a/config/model_0.py +++ b/config/simple_mlp_0.py @@ -1,3 +1,5 @@ +import model.simple_mlp as model + n_dow = 7 # number of division for dayofweek/dayofmonth/hourofday n_dom = 31 n_hour = 24 |