Earlier quoted context omitted.
You are the primary audience. Time series forecasting with deep learning is fraught with inconsistency. Someone on r/ML went pretty hard on detailing a survey and the stuff that was SOTA 10 years ago still is. Wish I saved that thread. The dude was well published. edit: found it https://www.reddit.com/r/MachineLearning/comments/pe1lst/r_i... Turns out it was about time series anomaly detection, but if you can detect,…
When was this? I might go chasing this lead down, but even a fuzzy estimation of when would help. Will come link it here if I find it.
Prophet: Automatic Forecasting Procedure
31–40 of 90 posts
Re: Prophet: Automatic Forecasting Procedure
#32Earlier quoted context omitted.
You are the primary audience. Time series forecasting with deep learning is fraught with inconsistency. Someone on r/ML went pretty hard on detailing a survey and the stuff that was SOTA 10 years ago still is. Wish I saved that thread. The dude was well published. edit: found it https://www.reddit.com/r/MachineLearning/comments/pe1lst/r_i... Turns out it was about time series anomaly detection, but if you can detect,…
These may be related. https://www.reddit.com/r/datascience/comments/11vzjhi/statis... https://www.reddit.com/user/eamonnkeogh/submitted/?sort=top
Re: Prophet: Automatic Forecasting Procedure
#33Re: Prophet: Automatic Forecasting Procedure
#34Re: Prophet: Automatic Forecasting Procedure
#35Earlier quoted context omitted.
Yes. I've tried using it for pretty straightforward time series forecasts, and I struggled to make it into something useful in a business context. I'll disclaim that I'm just a finance dude and not a data scientist or programmer. But the documentation leads me to believe that I am in the target audience. I felt like I could grasp the basic mechanics after reading the paper, but I wish the documentation could help som…
This looks to me like something they’d be using for internal capacity planning. If so, they’d be asking it questions like, “how much capacity do we build out for the upcoming holiday rush?” I wouldn't be surprised if financial datasets are very noisy compared to service capacity metrics. I didn’t read the paper though, maybe this is addressed and maybe I’m wrong about the use case! But stuff like the below from the d…
Re: Prophet: Automatic Forecasting Procedure
#36Re: Prophet: Automatic Forecasting Procedure
#37Re: Prophet: Automatic Forecasting Procedure
#38Re: Prophet: Automatic Forecasting Procedure
#39Zillow, Prophet, time series, and prices - https://news.ycombinator.com/item?id=29137200 - Nov 2021 (143 comments)
Is Facebook's “Prophet” the time-series Messiah or just a naughty boy? - https://news.ycombinator.com/item?id=27695574 - July 2021 (78 comments)
Re: Prophet: Automatic Forecasting Procedure
#40Prophet has gotten a lot of attention since being released in 2017, I think because the idea of a fully automatic solution is very appealing to people. One of the original developers, Sean Taylor, recently posted a nice retrospective on the project's successes and failures: https://medium.com/@seanjtaylor/a-personal-retrospective-on-... He quotes one of his earlier tweets: If I could build it again, I’d start with au…
The quality of the uncertainty estimates is a question though.