Matej
08/12/2023, 3:05 PMfrom statsforecast import StatsForecast
StatsForecast.plot(Y_df_pandas)
Additionally, the forecast method takes forever throwing many times the following errors:
<__array_function__ internals>:200: RuntimeWarning: invalid value encountered in cast
Assertion failed: (isInt<33>(Addend) && "Invalid page reloc value."), function encodeAddend,
Thanks in advance for your help.polars = "^0.18.13"
pandas = "<2.0.0"
what is the correct version set up ?Kevin Kho
08/14/2023, 5:34 PMRuntime
warning is fixed in the master branch already and will be fixed next release.