facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.33k stars 4.52k forks source link

Split up the code that calculates data for component plots #1988

Open tcuongd opened 3 years ago

tcuongd commented 3 years ago

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.

pranith7867 commented 2 years ago

@tcuongd Hello can i work on this issue i am looking for a good first issue to work

DEEKSHACodeaim commented 11 months ago

@tcuongd I would love to work on this issue under hacktober 2023, please let me know if this is still a requirement ASAP

tcuongd commented 11 months ago

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.