Hi <!channel> I just joined and hit the wall when ...
# general
d
Hi <!channel> I just joined and hit the wall when trying to import ConformalIntervals
from statsforecast.utils import ConformalIntervals
gives the error:
ImportError: cannot import name 'ConformalIntervals' from 'statsforecast.utils'
Has anyone else experienced this? Python = 3.10.9 & statsforecast = 1.5.0 Thanks a bunch.
👍 2
t
don't think it's been released yet but the main branch on github works for me:
!pip install git+<https://github.com/Nixtla/statsforecast.git>
j
We released 1.6.0 a couple of days ago. If you upgrade you should be able to use them
❤️ 2
v
@Diego Menezes I have this Jupyter notebook that is similar to Nixtla tutorial in case it might be helpful to you https://github.com/PacktPublishing/Practical-Guide-to-Applied-Conformal-Prediction/blob/main/Chapter_08_NixtlaStatsforecast.ipynb
d
Thank you @José Morales & @Tyler Blume! I wasn't aware of that 1.6.0 had come out of the oven yet. Will definitely grab and test it. Thank @Valeriy for the code from your book. I'll be starting a new project soon and want to implement conformal prediction since Day 0 if I have a chance.
👍 2
1.6.0 works! We're back in business!
🙌 1