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
@@ -92,7 +92,9 @@ def experiment(repeats, series, seed):
|
||||
# split data into train and test-sets
|
||||
train, test = supervised_values[0:-12], supervised_values[-12:]
|
||||
# transform the scale of the data
|
||||
print(test)
|
||||
scaler, train_scaled, test_scaled = scale(train, test)
|
||||
print(test_scaled)
|
||||
# run experiment
|
||||
error_scores = list()
|
||||
for r in range(repeats):
|
||||
|
||||
Reference in New Issue
Block a user