Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 322 Bytes

File metadata and controls

11 lines (7 loc) · 322 Bytes

fable.prophet (development version)

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.