NEWS
fable.prophet 0.1.0.9000
- Fixed error with non-syntactically valid index variable names.
fable.prophet 0.1.0 (2020-08-20)
New features
- Added interface for the Prophet model (via the 'prophet' R package) to the fable framework.
- Added prophet model methods for:
forecast()
, components()
, fitted()
, residuals()
.
- Added package introduction vignette.