luke14free / pm-prophet

GAM timeseries modeling with auto-changepoint detection. Inspired by Facebook Prophet and implemented in PyMC3
325 stars 42 forks source link

Multiple extra data #31

Open sungulnara2000 opened 3 years ago

sungulnara2000 commented 3 years ago

Hello, I use PMProphet with several features. Since I don't know the future value of the features, I generate a lot of scenarios. Is there any way to pass all these scenarios to model so that the uncertainty of the result consists of two (uncertainty of the model coefficients and uncertainty of the features)? Or is there any way to introduce such functionality using the capabilities of pymc3 (without making a loop through the scenarios) ?