Finalize up the AI Trainer
This commit is contained in:
@@ -39,4 +39,7 @@ def Predict():
|
||||
|
||||
print(f"Predicted Target_Close: {flat_predictions}")
|
||||
|
||||
return json.dumps(flat_predictions)
|
||||
return json.dumps(flat_predictions)
|
||||
|
||||
if __name__ == "__main__":
|
||||
Predict()
|
||||
Reference in New Issue
Block a user