mirror of
https://github.com/newnius/YAO-optimizer.git
synced 2025-06-06 22:51:55 +00:00
update
This commit is contained in:
parent
50e51a4575
commit
353938aac0
@ -221,7 +221,7 @@
|
||||
<component name="PropertiesComponent">
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588383279605" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1588383404723" />
|
||||
<property name="go.gopath.indexing.explicitly.defined" value="true" />
|
||||
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
||||
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
||||
|
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(train_scaled, test_scaled)
|
||||
|
||||
# walk-forward validation on the test data
|
||||
predictions = list()
|
||||
for j in range(len(test_scaled)):
|
||||
|
Loading…
Reference in New Issue
Block a user