Prophet is a forecasting procedure implemented in Python.
Follow me on Quora for more Questions : https://proschool.quora.com/
... Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.
#datascience #python