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?
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?