You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just recently started using fable and fable.prophet when I have run into a very odd situation. As you can see from the code below, the model runs fine when everything is in the global environment but fails to detect or use the exogenous regressors when the code is in a local environment (like a function):
Thanks for the quick reply mitchelloharawild. As soon as the Rstudio post works I will let you know. Also, I suspect the bundle package might be fixed, but I am still in the process of getting it working correctly. https://github.com/rstudio/bundle.
@mitchelloharawild if it does sound like something needs fixing, please let me know as I don't mind reaching out to the prophet package developers if the issue is on their end. :)
I have just recently started using fable and fable.prophet when I have run into a very odd situation. As you can see from the code below, the model runs fine when everything is in the global environment but fails to detect or use the exogenous regressors when the code is in a local environment (like a function):
This code works:
But this code doesn't work:
P.S. While the full context of my problem can be found here, I am new to the r-community so I am not sure if my post has shown up yet: https://community.rstudio.com/t/why-wont-my-prophet-fable-model-with-holidays-forecast-in-a-new-r-environment/153767/1
The text was updated successfully, but these errors were encountered: