Finalize up the AI Trainer

This commit is contained in:
2026-02-18 17:35:55 -08:00
parent bb1c508c99
commit a81e3a992d
4 changed files with 232 additions and 221 deletions
+4 -1
View File
@@ -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()