Live data from Hacker News

Prophet: Automatic Forecasting Procedure

github.com

31–40 of 90 posts

Re: Prophet: Automatic Forecasting Procedure

#31

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.

I updated my comment!

Re: Prophet: Automatic Forecasting Procedure

#32

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,…

These may be related. https://www.reddit.com/r/datascience/comments/11vzjhi/statis... https://www.reddit.com/user/eamonnkeogh/submitted/?sort=top

I updated my comment with the thread but it was actually about time series anomaly detection. Turns out it was the same dude in your second link, and your comment includes forecasting in the first link as well. Thank you!

Re: Prophet: Automatic Forecasting Procedure

#35
post #7

Earlier 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…

Also perhaps anomaly detection in a metric.

Re: Prophet: Automatic Forecasting Procedure

#37
Facebook developers are doing some really great stuff. For some reason it doesn't translate into a really great facebook or instagram. The experience is worse compared to 10 years ago. If they hired 10,001 of the best developers not working at facebook I think their products would be the same or worse. Is there a single person responsible for the vision?

Re: Prophet: Automatic Forecasting Procedure

#40
post #29

Prophet 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…

You mention classical models but Bayesian deep learning is a thing too. One can even retrofit existing DL models to obtain uncertainty estimates, at the expense of increasing (possibly doubling) the number of model parameters.

The quality of the uncertainty estimates is a question though.

Post reply on HN