nityansuman / warren

Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.
GNU General Public License v3.0
277 stars 69 forks source link

Good tutorial #26

Closed masayang closed 1 year ago

masayang commented 2 years ago

Hi. Nice tutorial. I'm just wondering if we should keep 'Close' in the model. Isn't your model predicting today's close from today's close?

masayang commented 2 years ago

Never mind. I found col for col in historical_data.columns if col != "Close" line. Now I'm adding make_future_dataframe to predict future stock price.