We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc5d5a commit c76dc3dCopy full SHA for c76dc3d
stock_prediction.py
@@ -51,4 +51,5 @@ def predict_stocks():
51
52
53
if __name__ == '__main__':
54
+ print("Building dataset and predicting stocks...")
55
predict_stocks()
0 commit comments