-
-
Save amankharwal/8dd87ea486e03c1a4eee91f7e4724960 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = pd.DataFrame(data={"Predicted Rate": ypred.flatten()}) | |
print(data.head()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?