-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Make ggplotly usable with feast/fable based forecast and autoplot() #1568
Comments
Thanks, I'm maintaining a list of 3rd-party Geoms in #566 |
Hi @cpsievert , did you ever manage to implement this geom in plotly? I'm also interested rendering some forecasts from the |
@cpsievert @moutikabdessabour When using fable with plotly, I am still getting the error that was reported earlier on by @klausr90
|
You currently need the development version |
Thank you for the response, I will try it out |
Hi @cpsievert . I have tried using the development version of |
I am forecasting different type of models(ARIMA, ETS and Neural networks) on a tsibble based time series data set dat() with the structure Date & Data. The recently released feast/fable packages provide the forecast data that I want to plot. Usually, with ggplot2 i just use the autoplot() function. As i want to convert the obtained plot to a nicer one with plotly, I have added in the last row ggplotly(). The code works totally fine until the penultimate line.
I get the following message in my console:
The text was updated successfully, but these errors were encountered: