Hacker News new | ask | show | jobs
by blondin 1829 days ago
is it a wrapper around prophet?
5 comments

Based on the example, it looks like this is a framework that incorporates Prophet as one way to build time series models and takes things a few steps further.
And does it also have prophet's constraint that to predict in time t+1 in Y you need input for t+1 for all X which usually you don't have?
Prophet is just a specific forecasting procedure.
I hadn't heard of prophet before, thanks!
More like profet+ imho