mkingopng / electricity_demand_forecasting

initial commit
0 stars 0 forks source link

Prophet Model #15

Closed mkingopng closed 2 months ago

mkingopng commented 2 months ago

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 works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

If properly implemented, it should perform well on this forecasting application.

mkingopng commented 2 months ago

Prophet is now performing quite well. It took a bit of youtube watching to figure it out. Best MAE = 113 so we have a new best model