You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thank you for sharing this code. I am have been using this code to learn about machine learning, by trying to predict Bitcoin values. I noticed that the test data (y_test) start from the beginning of the dataset at line. X_train, y_train, X_test, y_test = load_data(df[::-1], window). Any particular reason for that?
The text was updated successfully, but these errors were encountered:
Hi, Thank you for sharing this code. I am have been using this code to learn about machine learning, by trying to predict Bitcoin values. I noticed that the test data (y_test) start from the beginning of the dataset at line. X_train, y_train, X_test, y_test = load_data(df[::-1], window). Any particular reason for that?
The text was updated successfully, but these errors were encountered: