This message was deleted.
# mlforecast
s
This message was deleted.
j
when i changed ExpandingMean, RollingMean from mlforecast with windows_ops options, it worked. not sure whether i made a mistake on how i implemented the nixtla version: i used just ExpendingMean (with no parameters) and then RollingMean(window_size=n)
j
Did you set ExpandingMean or ExpandingMean()? I think we just check if it's a callable and if you don't initialize the object it will go through the function path
j
ok, thx. i will check next week
@José Morales: you are right. using ExpandingMean() works when running from a python file. thanks
👍 1