prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Prophet' object has no attribute 'stan_backend

Open LoanSarazin opened this issue 3 years ago • 1 comments

Hello, I al running two different notebooks in the same conda env, and in one I get the error ['Prophet' object has no attribute 'stan_backend'](), but not in the other.

It appends direcly after doing from prophet import Prophet m = Prophet

pystan has been installed in v2.19.1.1, and I am using python 3.8.

LoanSarazin avatar Apr 08 '22 10:04 LoanSarazin

use CMDSTANPY is backend m = Prophet(uncertainty_samples=100,stan_backend='CMDSTANPY', growth='logistic', seasonality_mode='multiplicative',changepoint_prior_scale=0.5, )

rahul4tripathi2 avatar Apr 22 '22 06:04 rahul4tripathi2

Closing in favor of #2462

WardBrian avatar Oct 12 '23 13:10 WardBrian