/facebook-prophet-future-prices-prediction

A time series forecasting model using Facebook Prophet to predict future product prices.

Primary LanguageJupyter Notebook

Predict Future Product Prices Using Facebook Prophet

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. It is an open source library published by Facebook that works best with time series that have strong seasonal effects and several seasons of historical data. (Source: GitHub Page)

This project makes use of Prophet to predict future prices of Avocado given a timeseries data for nearly 40 months.

Please have a look at the notebook here or open it on Colab.