Doing this one: https://www.alpharithms.com/predicting-stock-prices-with-linear-regression-214618/ Why is it that when I print(x_train, x_test, y_train, y_test ) the data it's unordered? (When the input data was typical time series data.)