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.55k stars 4.54k forks source link

Removed remaining depreciated datetime conversions (#2492) #2598

Closed YuyuZhou1228 closed 2 months ago

YuyuZhou1228 commented 4 months ago

an extension of #2523, removed remaining instances of the depreciated and unnecessary use of .dt.to_pydatetime()

YuyuZhou1228 commented 4 months ago

basic demonstration of plots generated by my fork, using code and data shown on https://facebook.github.io/prophet/docs/quick_start.html#python-api Figure_1 Figure_2

pufferfish42 commented 3 months ago

Good work! Hope this PR will be merged soon.