DataTaunew | comments | leaders | submitlogin
1 point by fhira 2615 days ago | link | parent

What is the differentiation between Prophet's R API and Rob Hyndman's forecast package? Thanks!


2 points by seanjtaylor 2614 days ago | link

Good question. We tried to make it conform to a more standard fit/predict model. The main difference is that predict takes a dataframe of future dates which we provide a helper function for creating. In most of Rob Hyndman's predict functions, they take a number of periods ahead to forecast instead of an explicit set of dates.

-----




RSS | Announcements