Questions tagged [facebook-prophet]

Prophet is a forecasting library, open sourced by Facebook, with APIs available in both R and Python. Use this tag instead of the [prophet] tag for questions related to the Facebook software.

Prophet is a forecasting library, open sourced by Facebook, with APIs available in both R and Python.

References

490 questions
-1
votes
1 answer

For loop to get a list of Sundays and holidays

I am in a process of making a fbprophet sales forecasting model. I am going to pass a list of holidays to model, and I was using a for loop to get sundays and the national holiday dates between 2 given years, and then append these values to an empty…
-1
votes
1 answer

List to dataframe in Python

I'm forecasting multiple times series using Prophet of Facebook and the results of the forecast are on a listbut I would like to get them on a dataframe. Can you help me? Thanks Results of forecast
-1
votes
1 answer

Is it a good idea to use PCA before running Fb-prophet?

I trying to find anomalies in my time-series data which has 18 features. As Fb-prophet doesn't allow predicting multivariate time series, I was wonder if using PCA before dimensional reduction be a good idea? I have 2 years of data every 15 mins.…
-1
votes
2 answers

How to get values about change points in facebook prophet?

I used to Facebook Prophet library, now I have a problem. When I use add_changepoints_to_plot function, I can see red lind and red dots line about change points, but I want to get this values. How to get a values about change points or incline? I…
Jay Kim
  • 1
  • 1
-2
votes
1 answer

Error pip installing fbprophet, pystan installed fine, I tried different versions. My python is 3.6.7, tried all the answers suggested before

enter image description here I have attached a snapshot of the error msg. I am using python 3.6.7. I tried 3.7 and 3.8. pystan install successfully. I tried different versions of pystan as others suggested. I have been trying for a few days, googled…
Moody
  • 35
  • 1
  • 8
-2
votes
1 answer

%conda install -c conda-forge prophet takes forever to install

Trying to install fb prophet but it takes so long, it has been running for both vscode editor for almost an hour conda install -c conda-forge prophet
-2
votes
1 answer

I can't import prophet from fbprophet

I think this is simple question but I can't find solution import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns from fbprophet import prophet from sklearn.metrics import…
senthil
  • 7
  • 1
  • 3
-2
votes
1 answer

What is 'yhat', 'yhat_lower', 'yhat_upper' in Facebook prophet?

I'm solving one time series problem with facebook prophet,in which i'm not able to understand what…
Anshul Verma
  • 347
  • 1
  • 5
  • 18
-3
votes
1 answer

azure function deployment fails with python library fbprophet build error

I am using vscode to deploy my python function to azure, however the deploy failed with installing libs in requirements.txt. It seems the numpy should be installed before building fbprophet Building wheel for fbprophet (setup.py): finished with…
Daniel
  • 1
-3
votes
1 answer

how to perform data exploration on 1000 unique timeseries data?

This is the first time i am working on time series, hence kindly pardon me. My dataset consists of following, product id column with 1000 different products, date column, sales column. Since the first step will be to perform data exploration(time…
AVR
  • 83
  • 9
1 2 3
32
33