Diego Menezes
08/31/2023, 3:26 PMfrom 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.Tyler Blume
08/31/2023, 3:29 PM!pip install git+<https://github.com/Nixtla/statsforecast.git>
José Morales
08/31/2023, 3:32 PMValeriy
08/31/2023, 3:56 PMDiego Menezes
08/31/2023, 7:20 PM