Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
microprediction.com
Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
1–10 of 82 posts
Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#2Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#3Microprediction.com (the site that wrote this article) is a great place to win monthly cash prizes for actually providing forecast accuracy, the twist is you have to provide your forecast as a sample of 225 points from a forecast distribution rather than just providing a point forecast. This makes participation “interesting”.
Also to win you have to be more accurate than everything and everyone else that is providing predictions.
Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#4Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#5Their findings are very much in line with my experience with fbprophet, it is usually the least effective lib to predict a time series in my tests.
Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#6Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#7Their findings are very much in line with my experience with fbprophet, it is usually the least effective lib to predict a time series in my tests.
What would you suggest is the most effective time series analysis library?
Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#8The point of Prophet is to make time series accessible to people who aren't experts in time series. Yes, it has some well known failure modes, but using Prophet always beats a static LY "forecast." This article is like complaining a Nissan Leaf can't outrace a Tesla.
Re: Is Facebook's “Prophet” the time-series Messiah or just a naughty boy?
#9The point of Prophet is to make time series accessible to people who aren't experts in time series. Yes, it has some well known failure modes, but using Prophet always beats a static LY "forecast." This article is like complaining a Nissan Leaf can't outrace a Tesla.
Does it though? The article explicitly shows cases where simple last-value performs better.