mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-12-13 08:26:43 +00:00
update
This commit is contained in:
2
train.py
2
train.py
@@ -106,6 +106,8 @@ lstm_model = fit_lstm(train_scaled, batch_size, 30, 4)
|
||||
train_reshaped = train_scaled[:, 0].reshape(len(train_scaled), 1, 1)
|
||||
lstm_model.predict(train_reshaped, batch_size=batch_size)
|
||||
|
||||
print(supervised_values)
|
||||
print(train, test)
|
||||
print(train_scaled, test_scaled)
|
||||
|
||||
# walk-forward validation on the test data
|
||||
|
||||
Reference in New Issue
Block a user