1
0
mirror of https://github.com/newnius/YAO-optimizer.git synced 2025-12-13 08:26:43 +00:00
This commit is contained in:
2020-05-02 02:00:16 +08:00
parent 3719315765
commit f601309c96
2 changed files with 10 additions and 10 deletions

View File

@@ -128,6 +128,7 @@ class Data:
test_data_yqy = []
# test_data_yqy=test_data_yqy[1:21]
feature_data = (test_data_yqy - self.mean) / self.std
print(feature_data[:, :1])
test_x = [feature_data]
print(feature_data)
return np.array(test_x)