prophet
prophet copied to clipboard
Split up the code that calculates data for component plots
There have been a couple of issues asking how to extract the underlying data for the component plots, e.g. https://github.com/facebook/prophet/issues/1920
I think it wouldn't hurt us to separate the code that calculates the data for the plots from the plotting code.
@tcuongd Hello can i work on this issue i am looking for a good first issue to work
@tcuongd I would love to work on this issue under hacktober 2023, please let me know if this is still a requirement ASAP
Yep I think it'd be a good task still. Pulling out the logic into private methods to calculate the data for the trend plot, seasonality plots, and extra regressor plots would be great. Methods parametrized by the name of the component would be good too.