1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-15 17:06:44 +00:00
This commit is contained in:
2020-05-02 18:12:26 +08:00
parent af36795da6
commit 6b4494c334
2 changed files with 1 additions and 3 deletions

View File

@@ -142,8 +142,6 @@ def predict(job, seq):
df = df.tail(batch_size * 2 - 1)
df.loc[df.shape[0]] = [seq, 0]
print(df[0].shape)
# transform data to be stationary
raw_values = df.values
print(raw_values)