Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 19, 2021 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/3996d3ab70bbe45c068859f3eac50419 to your computer and use it in GitHub Desktop.
Save amankharwal/3996d3ab70bbe45c068859f3eac50419 to your computer and use it in GitHub Desktop.
prediction = model.predict()
forecast = prediction.forecast
print("Stock Price Prediction of Apple")
print(forecast)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment