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
With relative ease I was able to modify it to accept a csv in a slightly altered format. I just don't understand where the prediction comes in, I can view the predicted results historically but I'm not sure where I'm looking for future results, is it just 1 value so I can't tell on the graph? Thanks!
The text was updated successfully, but these errors were encountered:
Looks like it simply uses price data to make prediction. In normalize_zero_base() you can see what's going on. If you print continuous.iloc[0] you'll see bunch of diffs, anything except date. So X_train and X_test he uses to predict price include that price. That's why his precision that good
With relative ease I was able to modify it to accept a csv in a slightly altered format. I just don't understand where the prediction comes in, I can view the predicted results historically but I'm not sure where I'm looking for future results, is it just 1 value so I can't tell on the graph? Thanks!
The text was updated successfully, but these errors were encountered: