prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Split up the code that calculates data for component plots

Open tcuongd opened this issue 3 years ago • 3 comments

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 avatar Aug 07 '21 15:08 tcuongd

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

pranith7867 avatar Aug 24 '22 05:08 pranith7867

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

DEEKSHACodeaim avatar Oct 29 '23 06:10 DEEKSHACodeaim

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.

tcuongd avatar Oct 29 '23 23:10 tcuongd