python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to predict future days with fbprophet for multivariate data?
I have trained the fbprophet model using multivariate data for 80% of train data and 20% test. I would like to train and predict data for 5 days into the future, using the same multivariate approach. ...
user17856557
Votes: 0
Answers: 1
Save forecast data to csv
Hello I have this code.
forecast = m.predict(future)
forecast[['ds', 'yhat', 'yhat_lower', 'yhat_upper']]
forecast.tail(365)
ds trend yhat_lower yhat_upper trend_lower trend_upper additive_...

meteor314
Votes: 0
Answers: 2
Can R^2 Metric be used for rolling forecasts?
I forecasted some pricing data and evaluated it using a few of the standard metrics (MSE,MAE,R^2). The forecasting was done using fbprophet and a rolling ARIMA forecast. The graph of the forecast is s...
user18376573
Votes: 0
Answers: 1
Problems installing fbprophet on ubuntu 18.04 not working
I have a docker image based on ubuntu 18.04, where I am trying to install fbprophet. I installed python3.7 dev, libpcap-dev libpq-dev and build essentials with this command
RUN apt-get install -y pyth...

cryptedp
Votes: 0
Answers: 0