RJT1990 / pyflux

Open source time series library for Python
BSD 3-Clause "New" or "Revised" License
2.11k stars 240 forks source link

AttributeError: 'CBBVI' object has no attribute 'optim' #155

Open MaisnamNSingh opened 4 years ago

MaisnamNSingh commented 4 years ago

Hi I am getting this issue while trying to fit a model using metropolis hastings

model = pf.NLLT(data=train, target='SALE', family=pf.Normal()) model = model.fit('M-H') model.plot_fit(figsize=(17,10))

Has anyone faced this issue before ? The Pyflux version is '0.4.17', train is my training set

Thanks