Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 741 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 741 Bytes

Time Series Forecasting with Prophet

Final project from Machine Learning PhD 2022 subject of EMAp/FGV. See the final pdf report here (pdf version) or its web version at the following link: https://reneroliveira.github.io/ts-forecasting-prophet

Prophet is a package available for R and Python that aims to facilitate the process of univariate time series modeling for those who don’t have a solid statistical background.

This project is a review of the official Prophet's paper, with models mathematical statements, code examples, and some critics about package misusage.