Out of curiosity, I trained a linear regression model using 60% of the past 5 year prices to predict NVDA prices and I got "Adj Close = 0.37 + (1.0 * Adj Close.L1)" for my regression (Adj Close.L1 is one day lag), and I did the same thing for the Nasdaq Index and got 'Adj Close = 31.77 + (1.0 * Adj Close.L1)'. The Test MAE are 6.76 and 150.71 respectively. It seems the model is almost perfectly predicting the prices from the plots. However, in reality, surely that's not the case, so I am just wondering what's happening here, and why the coefficients are both 1?
Many thanks
