Questions tagged [prophet]

Prophet is a risk management platform used by the financial services industry to model companies’ financial business. Use the [facebook-prophet] tag if you are referring to Facebook's Prophet software.

Prophet is part of the SunGard iWorks business-driven IT product family for the insurance industry developed by SunGard Financial Systems.

Prophet is often used in insurance business: actuaries use it to define deterministic and stochastic models that represent key processes in their companies.

Prophet is composed of two separate components:

  1. a User Interface where Actuarial Models are developed
  2. a Calculation Engine that sits behind the User Interface and converts the actuarial code stored in a database into machine code which is then processed
80 questions
0
votes
1 answer

Prophet Parameters

I am currently using Prophet to forecast usage in a year period. This is my first time using this algo and I have some questions in mind. I am utilising the code attached below. I am wondering if anyone has included holidays as parameter before and…
-1
votes
1 answer

Why won't this prophet Python module import? I have tried everything possible

I am running Python version 3.7 and trying to create a stock prediction Python program using fbprophet. However, it doesn't want to install. I have tried importing it using pip, through python, and using conda install. Nothing seems to work. Can I…
-1
votes
1 answer

Error while installing prophet with azure function

I'm facing an error while installing prophet on azure. In fact i want to install prophet module to run it in my azure function however this module requires others to install such as pystan and cython, when i added them to my requirements and…
wassim
  • 1
-1
votes
1 answer

pip install error when I install fbprophet

(I'm not good at English sorry) I have an error when I install fbprophet for windows command. I already installed pystan and cython. I use Windows 10, python 3.9 version. maybe, Am I having a problem with the compiler? The error comment is (korea…
김동호
  • 1
  • 1
-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
1 2 3 4 5
6