diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cd2315e..b724b92 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -48,7 +48,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -79,8 +79,8 @@ - - + + @@ -92,8 +92,11 @@ - - + + + + + @@ -131,8 +134,8 @@ - - + + @@ -161,6 +164,7 @@ predict train_num label_in_feature_columns + epoch @@ -221,7 +225,7 @@ - + @@ -262,12 +266,12 @@ - @@ -342,16 +346,6 @@ - - - - - - - - - - @@ -359,16 +353,6 @@ - - - - - - - - - - @@ -379,10 +363,20 @@ + + + + + + + + + + - - + + @@ -390,10 +384,23 @@ + + + + + + + + + + - - + + + + + diff --git a/train.py b/train.py index e6876db..a05c6e4 100644 --- a/train.py +++ b/train.py @@ -102,7 +102,7 @@ def experiment(repeats, series, seed): batch_size = 4 t = train.shape[0] % batch_size train = train[train.shape[0] - t * batch_size:] - test = test.shape[0] % batch_size + t = test.shape[0] % batch_size test = test[test.shape[0] - t * batch_size:] train_trimmed = train_scaled[2:, :]