Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 22, 2021 11:17
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/8dd87ea486e03c1a4eee91f7e4724960 to your computer and use it in GitHub Desktop.
Save amankharwal/8dd87ea486e03c1a4eee91f7e4724960 to your computer and use it in GitHub Desktop.
data = pd.DataFrame(data={"Predicted Rate": ypred.flatten()})
print(data.head())
@amoyosore
Copy link

How does this predict the currency value for the next 5 days? Isnt this just the an output of your prediction on the test set? Care to explain?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment