Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 388 Bytes

NEWS.md

File metadata and controls

13 lines (8 loc) · 388 Bytes

fable.prophet (development version)

  • Fixed error with non-syntactically valid index variable names.

fable.prophet 0.1.0

  • First release.

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.